name property
name property
Gets the name of the pivot item.
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
aspose.cells.pivot
- class
PivotItem
Gets the name of the pivot item.
@property
def name(self):
...
@name.setter
def name(self, value):
...
aspose.cells.pivot
PivotItem