Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortedEventArgs Class / ByRows Property


In This Topic
    ByRows Property (SortedEventArgs)
    In This Topic
    Gets whether to sort by rows (or columns).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ByRows As Boolean
    'Usage
     
    
    Dim instance As SortedEventArgs
    Dim value As Boolean
     
    value = instance.ByRows
    public bool ByRows {get;}
    See Also