Aspose::Cells::LightCellsDataHandler::StartRow method
LightCellsDataHandler::StartRow method
Prepares to process a row.
virtual bool Aspose::Cells::LightCellsDataHandler::StartRow(int32_t rowIndex)=0
Parameter | Type | Description |
---|---|---|
rowIndex | int32_t | the 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
- Class Vector
- Class LightCellsDataHandler
- Namespace Aspose::Cells
- Library Aspose.Cells for C++