ExcelWorksheetGetUsedCellRange Method |
Calculates cell range that is used in the worksheet.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic CellRange GetUsedCellRange(
bool ignoreEmptyCells
)
Public Function GetUsedCellRange (
ignoreEmptyCells As Boolean
) As CellRange
Parameters
- ignoreEmptyCells Boolean
- Specifies if allocated cells with Value set to are ignored.
Return Value
CellRange
See Also