MindFusion.Wpf Pack Programmer's Guide
Worksheet.AutoFilterMode Property
See Also
 





Gets or sets a value indicating whether there is an active autofilter in the worksheet.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool AutoFilterMode { get; set; }

Visual Basic  Copy Code

Public Property AutoFilterMode As Boolean

 Property Value

 Remarks

This property can be set to false to turn autofiltering off, but cannot be set to true. To enable autofiltering, call the AutoFilter method of the CellRange class.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace