Skip to main content
All docs
V24.1
Row

SortCondition(Int32, Color, Boolean) Constructor

Initializes a new instance of the SortCondition class with specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public SortCondition(
    int columnIndex,
    Color fontColor,
    bool descendingOrder
)

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

true to sort in descending order; otherwise, false.

See Also