CellRangeItem(Int32, Int32) Property |
Gets excel cell at the specified relative position.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic ExcelCell this[
int relativeRow,
int relativeColumn
] { get; }
Public ReadOnly Default Property Item (
relativeRow As Integer,
relativeColumn As Integer
) As ExcelCell
Get
Parameters
- relativeRow Int32
- The relative row position.
- relativeColumn Int32
- The relative column position.
Property Value
ExcelCell
Remarks
See Also