Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SortInfo Class / SortFields Property


In This Topic
    SortFields Property (SortInfo)
    In This Topic
    Gets a SortFieldInfoCollection object for the sort fields in the SortInfo.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortFields As SortFieldInfoCollection
    'Usage
     
    Dim instance As SortInfo
    Dim value As SortFieldInfoCollection
     
    value = instance.SortFields
    public SortFieldInfoCollection SortFields {get;}
    See Also