hide_item method
hide_item(self, index, is_hidden)
Sets whether the specific PivotItem in a data field is hidden.
def hide_item(self, index, is_hidden):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | the index of the pivotItem in the pivotField. |
| is_hidden | bool | whether the specific PivotItem is hidden |
hide_item(self, item_value, is_hidden)
Sets whether the specific PivotItem in a data field is hidden.
def hide_item(self, item_value, is_hidden):
...
| Parameter | Type | Description |
|---|---|---|
| item_value | System.String | the value of the pivotItem in the pivotField. |
| is_hidden | bool | whether the specific PivotItem is hidden |
See Also
- module
aspose.cells.pivot - class
PivotField