CellRangeEnumeratorMoveNext Method |
Advances the enumerator to the next element of the cell range.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
SyntaxPublic Function MoveNext As Boolean
Return Value
Booleantrue 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