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


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