name property
name property
Gets and sets the name of the shape.
Example
shape.name = "shape1"
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
aspose.cells.drawing
- class
ComboBox
Gets and sets the name of the shape.
shape.name = "shape1"
@property
def name(self):
...
@name.setter
def name(self, value):
...
aspose.cells.drawing
ComboBox