is_default_row_height_matched property

is_default_row_height_matched property

Indicates that row height and default font height matches

Definition:

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

See Also