ListObject.ShowAutoFilter Property

Definition

Returns a Boolean value indicating whether the AutoFilter will be displayed.

public:
 property bool ShowAutoFilter { bool get(); void set(bool value); };
public bool ShowAutoFilter { get; set; }
Public Property ShowAutoFilter As Boolean

Property Value

Remarks

The ShowAutoFilter property defaults to True for a new ListObject object.

Applies to