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


In This Topic
    Sort Property (ITable)
    In This Topic
    Gets the sort object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Sort As ISort
    'Usage
     
    
    Dim instance As ITable
    Dim value As ISort
     
    value = instance.Sort
    ISort Sort {get;}

    Property Value

    A ISort object belong to the table.
    See Also