Cells.GetLastDataRow

Cells.GetLastDataRow method

Gets the last row index of cell which contains data in the specified column.

public int GetLastDataRow(int column)
ParameterTypeDescription
columnInt32Column index.

Return Value

last row index.

See Also