LightCellsDataHandler.StartCell
LightCellsDataHandler.StartCell method
Prepares to process a cell.
public bool StartCell(int columnIndex)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | column index of the cell to be processed |
Return Value
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
.
See Also
- interface LightCellsDataHandler
- namespace Aspose.Cells
- assembly Aspose.Cells