CellRange GetReadEnumerator Method GemBox.Spreadsheet Help
Returns enumerator for the CellRange (only allocated cells).

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax

public CellRangeEnumerator GetReadEnumerator()

Return Value

An enumerator for the CellRange (only allocated cells).
Remarks

Returns enumerator that iterates only already allocated cells in the range. If you are only reading existing cells (values or formatting), use this enumerator as it is faster and doesn't allocate unnecessary cells.
See Also