Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISort Interface / SortFields Property


In This Topic
    SortFields Property
    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