SortCondition(Int32, Color, Boolean) Constructor
Initializes a new instance of the SortCondition class with specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
columnIndex | Int32 | The index of a column to sort. |
fontColor | Color | The font color by which data should be sorted. |
descendingOrder | Boolean |
|
See Also