Click or drag to resize

CellRangeGetSubrange(Int32, Int32, Int32, Int32) Method

Returns new cell range using absolute indexing.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public CellRange GetSubrange(
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn
)

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