get_last_data_row method

get_last_data_row

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

Returns

last row index.

def get_last_data_row(self, column):
    ...
ParameterTypeDescription
columnintColumn index.

See Also