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


In This Topic
    SortMethod Property (Sort)
    In This Topic
    Gets or sets the sort method for Chinese languages.
    Syntax
    'Declaration
     
    
    Public Property SortMethod As SortMethod
    'Usage
     
    
    Dim instance As Sort
    Dim value As SortMethod
     
    instance.SortMethod = value
     
    value = instance.SortMethod
    public SortMethod SortMethod {get; set;}

    Property Value

    A SortMethod value represents the sort method for Chinese languages.
    See Also