ExcelWorksheetGetUsedCellRange Method |
Calculates cell range that is used in the worksheet.
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 45.0.35.1069
Syntaxpublic CellRange GetUsedCellRange(
bool ignoreCellsWithoutValue
)
Public Function GetUsedCellRange (
ignoreCellsWithoutValue As Boolean
) As CellRange
Parameters
- ignoreCellsWithoutValue
- Type: SystemBoolean
Specifies if allocated cells with Value set to are ignored.
Return Value
Type:
CellRangeCell range that is used in the worksheet.
See Also