_Worksheet.AutoFilterMode Property

Definition

True if the AutoFilter drop-down arrows are currently displayed on the sheet. This property is independent of the FilterMode property. Read/write Boolean.

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

Property Value

Remarks

This property returns True if the drop-down arrows are currently displayed. You can set this property to False to remove the arrows, but you cannot set it to True. Use the AutoFilter(Object, Object, XlAutoFilterOperator, Object, Object) method to filter a list and display the drop-down arrows.

Applies to