standard_width propriété

standard_width propriété

Obtient ou définit la largeur de colonne par défaut dans la feuille de calcul, en unité de caractères.

Définition:

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

Voir également