Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoFilteredColumnEventArgs Class / Column Property


In This Topic
    Column Property (AutoFilteredColumnEventArgs)
    In This Topic
    Gets the index of the column that was automatically filtered.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As AutoFilteredColumnEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also