is_dropdown_visible property

is_dropdown_visible property

Indicates whether the AutoFilter button for this column is visible.

Definition:

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

See Also