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