min_column property

min_column property

Minimum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it).

Definition:

@property
def min_column(self):
    ...

See Also