Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISort Interface / SortFields Property


In This Topic
    SortFields Property (ISort)
    In This Topic
    Gets the ISortFields object that represents the collection of sort fields associated with the ISort object.
    Syntax
    'Declaration
     
    ReadOnly Property SortFields As ISortFields
    'Usage
     
    Dim instance As ISort
    Dim value As ISortFields
     
    value = instance.SortFields
    ISortFields SortFields {get;}

    Property Value

    The ISortFields object that represents the collection of sort fields.
    See Also