next method
next
Moves the cursor down one row from its current position.
Returns
if the new current row is valid; false if there are no more rows
def next(self):
...
See Also
- module
aspose.cells
- class
ICellsDataTable
Moves the cursor down one row from its current position.
if the new current row is valid; false if there are no more rows
def next(self):
...
aspose.cells
ICellsDataTable