Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilter Interface / Sort Property


In This Topic
    Sort Property (IAutoFilter)
    In This Topic
    Gets the sort column or columns, and sort order for the IAutoFilter collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Sort As ISort
    'Usage
     
    
    Dim instance As IAutoFilter
    Dim value As ISort
     
    value = instance.Sort
    ISort Sort {get;}

    Property Value

    The sort.
    See Also