SortCondition(Int32, Fill, Boolean) Constructor
Initializes a new instance of the SortCondition class with specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columnIndex | Int32 | The index of a column to sort. |
| fill | Fill | An object that contains fill parameters. |
| descendingOrder | Boolean |
|
See Also