GemBox.Spreadsheet

CellRange.GetEnumerator Method 

Returns an enumerator for the CellRange (all cells).

public IEnumerator GetEnumerator();

Implements

IEnumerable.GetEnumerator

Remarks

Returns default enumerator that iterates all cells in the range. If you are only reading existing cells (values or formatting), use more appropriate GetReadEnumerator.

See Also

CellRange Class | GemBox.Spreadsheet Namespace