hide_detail method

hide_detail(self, is_hidden_detail)

Sets whether the detail of all PivotItems in a pivot field are hidden. That is collapse/expand this field.


def hide_detail(self, is_hidden_detail):
    ...
ParameterTypeDescription
is_hidden_detailboolWhether hide the detail of the pivot field.

See Also