LightCellsDataHandler.StartRow

LightCellsDataHandler.StartRow method

Prepares to process a row.

public bool StartRow(int rowIndex)
ParameterTypeDescription
rowIndexInt32the index of next row to be processed

Return Value

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