[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.AutoFilterMode

AutoFilterMode Property

AutoFilterMode

Gets a value that indicates whether the AutoFilter drop-down arrows are currently displayed on the sheet.

Declaration
bool AutoFilterMode { get; set; }
Property AutoFilterMode As Boolean
Property Value
Type Description
bool

true if the AutoFilter drop-down arrows are currently displayed on the sheet; otherwise, false.

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(bool, bool) method to filter a list and display the drop-down arrows.