Share via


ListObject.ShowAutoFilter Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ShowAutoFilter As Boolean
    Get
    Set
'Usage
Dim instance As ListObject
Dim value As Boolean

value = instance.ShowAutoFilter

instance.ShowAutoFilter = value
bool ShowAutoFilter { get; set; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

ListObject Interface

ListObject Members

Microsoft.Office.Interop.Excel Namespace