min_data_column property

min_data_column property

Minimum column index of cell which contains data.

Remarks

-1 will be returned if there is no cell which contains data. This property needs to iterate and check all cells in a worksheet, so it is a time-consumed progress and should not be invoked repeatedly.

Definition:

@property
def min_data_column(self):
    ...

See Also