Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport Interface / SortInfo Property


In This Topic
    SortInfo Property (IGroupSupport)
    In This Topic
    Gets the sort information for the group.
    Syntax
    'Declaration
     
    
    ReadOnly Property SortInfo As SortInfo()
    'Usage
     
    
    Dim instance As IGroupSupport
    Dim value() As SortInfo
     
    value = instance.SortInfo
    SortInfo[] SortInfo {get;}
    See Also