Click or drag to resize

CellRangeEnumeratorMoveNext Method

Advances the enumerator to the next element of the cell range.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public bool MoveNext()

Return Value

Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the cell range.

Implements

IEnumeratorMoveNext
See Also