CellRangeItem(String) Property |
Gets excel cell with the specified full or partial name.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic ExcelCell this[
string contextName
] { get; }
Public ReadOnly Default Property Item (
contextName As String
) As ExcelCell
Get
Parameters
- contextName String
- Full or partial name of the cell.
Property Value
ExcelCell
See Also