Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarEventArgs Class / Column Property


In This Topic
    Column Property (FilterBarEventArgs)
    In This Topic
    Gets the column index of the cell in filter bar that is clicked.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As FilterBarEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also