minimal_height property

minimal_height property

Returns the minimum height of a cell. This is a sum of minimal heights of all rows cowered by the cell. Read-only float.

Definition:

@property
def minimal_height(self):
    ...

See Also