Aspose::Cells::LightCellsDataProvider::StartRow method
Contents
[
Hide
]LightCellsDataProvider::StartRow method
Starts to save data of one row.
virtual void Aspose::Cells::LightCellsDataProvider::StartRow(Row &row)=0
Parameter | Type | Description |
---|---|---|
row | Row& | Row object for implementation to fill data. Its row index is the returned value of latest call of NextRow(). If the row has been initialized in the inner cells model, the existing row object will be used. Otherwise a temporary Row object will be used for implementation to fill data. |
Remarks
It will be called at the beginning of saving a row and its cells data. If current row has some custom properties such as height, style, …etc., implementation should set those properties to given Row object here.
See Also
- Class Vector
- Class Row
- Class LightCellsDataProvider
- Namespace Aspose::Cells
- Library Aspose.Cells for C++