Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Sort Property


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

    Property Value

    A Sort object belong to the worksheet.
    See Also