Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport2 Interface / SortInfo Property


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