XlSortMethod Enumeration 

Specifies the type of sort.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlSortMethod1 As XlSortMethod = XlSortMethod.xlPinYin

Syntax

Public Enum XlSortMethod
public enum XlSortMethod
public enum class XlSortMethod
public enum XlSortMethod
public enum XlSortMethod

Members

Member name Description
xlPinYin default. Phonetic Chinese sort order for characters.
xlStroke Sorting by the quantity of strokes in each character.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace