width proprietà
width proprietà
Ottiene e imposta la colonna width in unità di caratteri.
Definizione:
@property
def width(self):
...
@width.setter
def width(self, value):
...
Guarda anche
- modulo aspose.cells
- classe Column
Ottiene e imposta la colonna width in unità di caratteri.
@property
def width(self):
...
@width.setter
def width(self, value):
...