Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilterColumn Structure / ColumnIndex Property


In This Topic
    ColumnIndex Property (AutoFilterColumn)
    In This Topic
    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