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
public bool AutoFilter {get; set;}
See Also