Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AutoFilter Property


In This Topic
AutoFilter Property (SheetView)
In This Topic
Gets or sets whether the filter will automatically update for any changes.
Syntax
'Declaration
 
Public Property AutoFilter As Boolean
 
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.AutoFilter = value
 
value = instance.AutoFilter
See Also