adjust_column_width property

adjust_column_width property

Returns or sets the AdjustColumnWidth of the object.

Definition:

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

See Also