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