[]
Gets a value that indicates whether the AutoFilter drop-down arrows are currently displayed on the sheet.
bool AutoFilterMode { get; set; }
Property AutoFilterMode As Boolean
Type | Description |
---|---|
bool |
|
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(bool, bool) method to filter a list and display the drop-down arrows.