hide_all_detail method
hide_all_detail(self, is_hidden_detail)
Sets whether to hide all detail of all PivotItems in a pivot field. That is collapse/expand this field.
def hide_all_detail(self, is_hidden_detail):
...
| Parameter | Type | Description |
|---|---|---|
| is_hidden_detail | bool | Whether hide the detail of the pivot field. |
See Also
- module
aspose.cells.pivot - class
PivotItemCollection