Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / Sort Property


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

    Property Value

    A Sort object belong to the table.
    See Also