column_width propiedad

column_width propiedad

Establece u obtiene el ancho de columna de este rango

Definición:

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

Ver también