Spread Windows Forms 12.0 Product Documentation
ColumnIndex Property (AutoFilterColumn)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > AutoFilterColumn Structure : ColumnIndex Property
Gets the zero-based index indicating the AutoFilter column to which this filter information applies.
Syntax
'Declaration
 
Public ReadOnly Property ColumnIndex As Integer
'Usage
 
Dim instance As AutoFilterColumn
Dim value As Integer
 
value = instance.ColumnIndex
public int ColumnIndex {get;}

Property Value

An integer value represents the zero-based index indicating the AutoFilter column to which this filter information applies.
See Also

Reference

AutoFilterColumn Structure
AutoFilterColumn Members