is_hidden property
is_hidden property
Gets and Sets whether the pivot item is hidden.
Definition:
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...
See Also
- module
aspose.cells.pivot
- class
PivotItem
Gets and Sets whether the pivot item is hidden.
@property
def is_hidden(self):
...
@is_hidden.setter
def is_hidden(self, value):
...
aspose.cells.pivot
PivotItem