Click or drag to resize

CellRangeGetSubrange(String, String) Method

Returns new cell range using start and end position.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public CellRange GetSubrange(
	string firstCell,
	string lastCell
)

Parameters

firstCell  String
Name of first cell.
lastCell  String
Name of last cell.

Return Value

CellRange
Remarks
New cell range must be within this cell range.
See Also