is_hidden_item method

is_hidden_item

Indicates whether the specific PivotItem is hidden.

Returns

whether the specific PivotItem is hidden

def is_hidden_item(self, index):
    ...
ParameterTypeDescription
indexintthe index of the pivotItem in the pivotField.

See Also