LightCellsDataHandler.ProcessRow

LightCellsDataHandler.ProcessRow method

Starts to process one row.

public bool ProcessRow(Row row)
ParameterTypeDescription
rowRowRow object which is being processed currently.

Return Value

whether this row’s cells need to be processed. false to ignore all cells in this row.

Remarks

It will be called after row’s properties such as height, style, …etc. have been read. However, cells in this row has not been read yet.

See Also