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


In This Topic
    Column Property (SortingEventArgs)
    In This Topic
    Gets the index of the starting column of the block of cells to sort.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As SortingEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also