comment Eigentum
comment Eigentum
Ruft die comment des Szenarios ab und legt sie fest.
Definition:
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
Siehe auch
- Modul aspose.cells
- Klasse Scenario
Ruft die comment des Szenarios ab und legt sie fest.
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...