hide_item_detail method
hide_item_detail(self, index, is_hidden_detail)
Sets whether the specific PivotItem in a pivot field is hidden detail.
def hide_item_detail(self, index, is_hidden_detail):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | the index of the pivotItem in the pivotField. |
| is_hidden_detail | bool | whether the specific PivotItem is hidden |
See Also
- module
aspose.cells.pivot - class
PivotField