max_row_height propiedad

max_row_height propiedad

Obtiene y establece la altura máxima de la fila (en unidades de punto) cuando se ajustan automáticamente las filas.

Definición:

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

Ver también