ListObject.ShowAutoFilter Property

Definition

Gets or sets a value that indicates whether the AutoFilter is displayed.

public:
 property bool ShowAutoFilter { bool get(); void set(bool value); };
public bool ShowAutoFilter { get; set; }
member this.ShowAutoFilter : bool with get, set
Public Property ShowAutoFilter As Boolean

Property Value

true if the AutoFilter is displayed; otherwise, false.

Remarks

The ShowAutoFilter property defaults to true for a new ListObject control.

Applies to