hide_all_detail method

hide_all_detail(self, is_hidden_detail)

Sets whether to hide all detail of all PivotItems in a pivot field. That is collapse/expand this field.


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

See Also