Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortMethod Enumeration


SortMethod Enumeration
Specifies the sort method for Chinese languages.
Syntax
'Declaration
 
Public Enum SortMethod 
   Inherits System.Enum
 
'Usage
 
Dim instance As SortMethod
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