column_widths property

column_widths property

Gets and sets the width of the column.

Definition:

@property
def column_widths(self):
    ...
@column_widths.setter
def column_widths(self, value):
    ...

See Also