Aspose::Cells::LightCellsDataProvider::NextRow method
LightCellsDataProvider::NextRow method
Gets the next row to be saved.
virtual int32_t Aspose::Cells::LightCellsDataProvider::NextRow()=0
ReturnValue
the next row index to be saved. -1 means the end of current sheet data has been reached and no further row of current sheet to be saved.
Remarks
It will be called at the beginning of saving a row and its cells data(before StartRow(Row)).
See Also
- Class Vector
- Class LightCellsDataProvider
- Namespace Aspose::Cells
- Library Aspose.Cells for C++