Click or drag to resize

CellRangeGetReadEnumerator Method

Returns enumerator for the CellRange.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public CellRangeEnumerator GetReadEnumerator()

Return Value

CellRangeEnumerator
Remarks
Returns an enumerator that iterates only over already selected cells in the range. If you only need used cells, use this enumerator because it is faster and doesn't allocate unnecessary cells.
See Also