AutoFilterIndex Property (Column)
In This Topic
Gets or sets the automatic filter index for the column.
Syntax
'Declaration
Public Property AutoFilterIndex As Integer
'Usage
Dim instance As Column
Dim value As Integer
instance.AutoFilterIndex = value
value = instance.AutoFilterIndex
public int AutoFilterIndex {get; set;}
Example
This example uses the AutoFilterIndex property.
See Also