width propriété
width propriété
Obtient et définit la colonne width en unité de caractères.
Définition:
@property
def width(self):
...
@width.setter
def width(self, value):
...
Voir également
- module aspose.cells
- classe Column
Obtient et définit la colonne width en unité de caractères.
@property
def width(self):
...
@width.setter
def width(self, value):
...