Spread Windows Forms 12.0 Product Documentation
SortMethod Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISort Interface : SortMethod Property
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

Reference

ISort Interface
ISort Members