selected property

selected property

Indicates whether this field has selection. Only works when the PivotTable is in Outline view.

Definition:

@property
def selected(self):
    ...
@selected.setter
def selected(self, value):
    ...

See Also