XlSortOn Enumeration

Specifies the parameter on which the data should be sorted.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlSortOn
'Usage
Dim instance As XlSortOn
public enum XlSortOn

Members

Member name Description
xlSortOnValues Values.
xlSortOnCellColor Cell color.
xlSortOnFontColor Font color.
xlSortOnIcon Icon.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace