hide_item_detail method

hide_item_detail

Sets whether the specific PivotItem in a pivot field is hidden detail.

def hide_item_detail(self, index, is_hidden_detail):
    ...
ParameterTypeDescription
indexintthe index of the pivotItem in the pivotField.
is_hidden_detailboolwhether the specific PivotItem is hidden

See Also