Back to Devexpress

SortCondition Constructors

officefileapi-devexpress-dot-spreadsheet-dot-sortcondition-dot-ctor.md

latest1.4 KB
Original Source

SortCondition Constructors

Combines the column index and the specification of the direction in which column values should be sorted.

NameParametersDescription
SortCondition(Int32, Fill, Boolean)columnIndex, fill, descendingOrderInitializes a new instance of the SortCondition class with specified settings.
SortCondition(Int32, Boolean)columnIndex, descendingOrderInitializes a new instance of the SortCondition class with the specified settings.
SortCondition(Int32, Color, Boolean)columnIndex, fontColor, descendingOrderInitializes a new instance of the SortCondition class with specified settings.

See Also

SortCondition Class

SortCondition Members

DevExpress.Spreadsheet Namespace