CellRangeGetSubrange(String, String) Method |
Returns new cell range using start and end position.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic CellRange GetSubrange(
string firstCell,
string lastCell
)
Public Function GetSubrange (
firstCell As String,
lastCell As String
) As CellRange
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