hide_item method
hide_item
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
Sets whether the specific PivotItem in a data field is hidden.
def hide_item(self, item_value, is_hidden):
...
Parameter | Type | Description |
---|---|---|
item_value | str | 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