column_auto_height property

column_auto_height property

Gets or sets the column auto height.

Definition:

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

See Also