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


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