Aspose::Cells::LightCellsDataProvider::StartCell method
LightCellsDataProvider::StartCell method
Starts to save data of one cell.
virtual void Aspose::Cells::LightCellsDataProvider::StartCell(Cell &cell)=0
Parameter | Type | Description |
---|---|---|
cell | Cell& | Cell object for implementation to fill data. Its column index is the returned value of latest call of NextCell(). If the cell has been initialized in the inner cells model, the existed cell object will be used. Otherwise a temporary Cell object will be used for implementation to fill data. |
See Also
- Class Vector
- Class Cell
- Class LightCellsDataProvider
- Namespace Aspose::Cells
- Library Aspose.Cells for C++