max_column property

max_column property

Maximum 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).

Remarks

Return -1 if there is no cell.

Definition:

@property
def max_column(self):
    ...

See Also