ListObject::ShowAutoFilter Property

 

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

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

property bool ShowAutoFilter {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the AutoFilter is displayed; otherwise, false.

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

Return to top
Show: