max_row_height propiedad

max_row_height propiedad

Obtiene y establece la altura máxima de fila (en unidades de puntos) al ajustar filas automáticamente.

Definición:

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

Ver también