Aspose::Cells::LightCellsDataHandler::ProcessRow method

LightCellsDataHandler::ProcessRow method

Starts to process one row.

virtual bool Aspose::Cells::LightCellsDataHandler::ProcessRow(Row &row)=0
ParameterTypeDescription
rowRow&Row object which is being processed currently.

ReturnValue

whether this row’s cells need to be processed. false to ignore all cells in this row.

Remarks

It will be called after row’s properties such as height, style, …etc. have been read. However, cells in this row has not been read yet.

See Also