width Eigentum
width Eigentum
Stellt die width des Kommentars in Pixeln dar.
Beispiel
comment1.width = 10
Definition:
@property
def width(self):
...
@width.setter
def width(self, value):
...
Siehe auch
- Modul
aspose.cells
- Klasse
Comment
Stellt die width des Kommentars in Pixeln dar.
comment1.width = 10
@property
def width(self):
...
@width.setter
def width(self, value):
...
aspose.cells
Comment