get_first_data_row method

get_first_data_row(self, column)

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

Returns

first row index.


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

See Also