hide_detail method

hide_detail

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

def hide_detail(self, is_hidden_detail):
    ...
ParameterTypeDescription
is_hidden_detailboolwhether the PivotItems is hidden

See Also