Class SortOn
Represents the sort by in the range.
Inheritance
System.Object
SortOn
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class SortOn : Enum
Fields
CellColor
Sort based on the cell back color.
Declaration
public const SortOn CellColor
Field Value
Type |
---|
SortOn |
FontColor
Sort based on the font color.
Declaration
public const SortOn FontColor
Field Value
Type |
---|
SortOn |
Values
Sort based on values in the cell.
Declaration
public const SortOn Values
Field Value
Type |
---|
SortOn |