only_auto property

only_auto property

Indicates whether only fit the rows which height are not customed.

Definition:

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

See Also