AllowAutoFilter Property (Column)
In This Topic
Gets or sets whether this column allows automatic filtering.
Syntax
'Declaration
Public Property AllowAutoFilter As Boolean
'Usage
Dim instance As Column
Dim value As Boolean
instance.AllowAutoFilter = value
value = instance.AllowAutoFilter
public bool AllowAutoFilter {get; set;}
See Also