show_filter_button property

show_filter_button property

Indicates whether the AutoFilter button for this column is visible.

Definition:

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

See Also