hide_detail method
hide_detail(self, is_hidden_detail)
Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field.
def hide_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
PivotField