LightCellsDataProvider.NextRow

LightCellsDataProvider.NextRow method

Gets the next row to be saved.

public int NextRow()

Return Value

the next row index to be saved. -1 means the end of current sheet data has been reached and no further row of current sheet to be saved.

Remarks

It will be called at the beginning of saving a row and its cells data(before StartRow).

See Also