AutoFilter Property (SheetView)
Gets or sets whether the filter will automatically update for any changes.
public bool AutoFilter {get; set;}
'Declaration
Public Property AutoFilter As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AutoFilter = value
value = instance.AutoFilter