Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortMethod Enumeration


In This Topic
    SortMethod Enumeration
    In This Topic
    Specifies the sort method for Chinese languages.
    Syntax
    'Declaration
     
    
    Public Enum SortMethod 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SortMethod
    public enum SortMethod : System.Enum 
    Members
    MemberDescription
    PinYinPhonetic Chinese sort order for characters.
    StrokeSort by the quantity of strokes in each character.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SortMethod

    See Also