Click or drag to resize

SortComparsionType Enumeration

Represents the sort by in the range.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SortComparsionType
Members
Member name Value Description
Values 0 Sort based on values in the cell.
BackgroundColor 1 Sort based on the cell back color.
FontColor 2 Sort based on the font color.
Icon 3
See Also