max_row_height 属性

max_row_height 属性

获取和设置自动调整行时的最大行高(以 Point 为单位)。

定义:

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

也可以看看