Click or drag to resize

ExcelWorksheetGetUsedCellRange Method

Calculates cell range that is used in the worksheet.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public CellRange GetUsedCellRange(
	bool ignoreEmptyCells
)

Parameters

ignoreEmptyCells  Boolean
Specifies if allocated cells with Value set to are ignored.

Return Value

CellRange
See Also