CellRangeGetSubrange(Int32, Int32, Int32, Int32) Method |
Returns new cell range using absolute indexing.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic CellRange GetSubrange(
int firstRow,
int firstColumn,
int lastRow,
int lastColumn
)
Public Function GetSubrange (
firstRow As Integer,
firstColumn As Integer,
lastRow As Integer,
lastColumn As Integer
) As CellRange
Parameters
- firstRow Int32
- Absolute index of the first row.
- firstColumn Int32
- Absolute index of the first column.
- lastRow Int32
- Absolute index of the last row.
- lastColumn Int32
- Absolute index of the last column.
Return Value
CellRange
Remarks
New cell range must be within this cell range.
See Also