GemBox.Spreadsheet

CellRange.GetReadEnumerator Method 

Returns enumerator for the CellRange (only allocated cells).

public CellRangeEnumerator GetReadEnumerator();

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

CellRange Class | GemBox.Spreadsheet Namespace