comment property
comment property
Gets and sets the comment of scenario.
Definition:
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
See Also
- module
aspose.cells
- class
Scenario
Gets and sets the comment of scenario.
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
aspose.cells
Scenario