Aspose::Cells::LightCellsDataHandler::StartRow method

LightCellsDataHandler::StartRow method

Prepares to process a row.

virtual bool Aspose::Cells::LightCellsDataHandler::StartRow(int32_t rowIndex)=0
ParameterTypeDescription
rowIndexint32_tthe index of next row to be processed

ReturnValue

whether this row(properties or cells data) needs to be processed. false to ignore this row and its cells and check the next row.

See Also