Aspose::Cells::LightCellsDataHandler::StartCell method

LightCellsDataHandler::StartCell method

Prepares to process a cell.

virtual bool Aspose::Cells::LightCellsDataHandler::StartCell(int32_t columnIndex)=0
ParameterTypeDescription
columnIndexint32_tcolumn index of the cell to be processed

ReturnValue

whether this cell needs to be processed. false to ignore the cell and check the next one until reach the end of cells data of current row

Remarks

It will be called when reaching an existing cell in current row. Current row is the row of last call of ProcessRow(Row).

See Also