allow_formatting_column propiedad

allow_formatting_column propiedad

Representa si se permite el formato de columnas en una hoja de trabajo protegida

Definición:

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

Ver también