hide_item method

hide_item

Sets whether the specific PivotItem in a data field is hidden.

def hide_item(self, index, is_hidden):
    ...
ParameterTypeDescription
indexintthe index of the pivotItem in the pivotField.
is_hiddenboolwhether 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):
    ...
ParameterTypeDescription
item_valuestrthe value of the pivotItem in the pivotField.
is_hiddenboolwhether the specific PivotItem is hidden

See Also