Aspose::Cells::LightCellsDataProvider::NextCell method

LightCellsDataProvider::NextCell method

Gets next cell to be saved.

virtual int32_t Aspose::Cells::LightCellsDataProvider::NextCell()=0

ReturnValue

column index of the next cell to be saved. -1 means the end of current row data has been reached and no further cell of current row to be saved.

Remarks

It will be called at the beginning of saving one cell.

See Also