Click or drag to resize

CellRangeEnumerator Class

Represents an enumerator object used for iterating cells in a CellRange.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelCellRangeEnumerator

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

The CellRangeEnumerator type exposes the following members.

Properties
 NameDescription
Public propertyCurrent Gets the current element in the cell range.
Public propertyCurrentCell Gets the current ExcelCell in the cell range.
Public propertyCurrentColumn Current absolute column index in the cell range.
Public propertyCurrentRow Current absolute row index in the cell range.
Public propertyParent Parent CellRange.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMoveNext Advances the enumerator to the next element of the cell range.
Public methodReset Sets the enumerator to its initial position.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also