data property
data property
Gets or sets the XML content of this Custom XML Data Storage Part.
Definition:
@property
def data(self):
...
@data.setter
def data(self, value):
...
See Also
- module
aspose.cells.markup
- class
CustomXmlPart
Gets or sets the XML content of this Custom XML Data Storage Part.
@property
def data(self):
...
@data.setter
def data(self, value):
...
aspose.cells.markup
CustomXmlPart