Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISort Interface / SortMethod Property


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

    Property Value

    A SortMethod value represents the sort method for Chinese languages.
    Remarks
    This property take effect on XLSX import/export only.
    See Also