Aspose::Cells::Cells::GetLastDataRow method

Cells::GetLastDataRow method

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

int32_t Aspose::Cells::Cells::GetLastDataRow(int32_t column)
ParameterTypeDescription
columnint32_tColumn index.

ReturnValue

last row index.

See Also