id property
id property
Gets and sets the id of the custom xml part.
Definition:
@property
def id(self):
...
@id.setter
def id(self, value):
...
See Also
- module
aspose.cells.markup
- class
CustomXmlPart
Gets and sets the id of the custom xml part.
@property
def id(self):
...
@id.setter
def id(self, value):
...
aspose.cells.markup
CustomXmlPart