Skip to main content
A newer version of this page is available. .
Row

SortCondition(Int32, Boolean) Constructor

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public SortCondition(
    int columnIndex,
    bool descendingOrder
)

Parameters

Name Type Description
columnIndex Int32

An integer that is the index of a column to sort.

descendingOrder Boolean

true to sort in descending order; otherwise, false.

See Also