ColumnIndex Property (AutoFilterColumn)
Gets the zero-based index indicating the AutoFilter column to which this filter information applies.
public int ColumnIndex {get;}
'Declaration
Public ReadOnly Property ColumnIndex As Integer
'Usage
Dim instance As AutoFilterColumn
Dim value As Integer
value = instance.ColumnIndex
Property Value
An integer value represents the zero-based index indicating the AutoFilter column to which this filter information applies.