Skip to main content
All docs
V25.1
  • Row

    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

    public SortCondition(
        int columnIndex,
        Fill fill,
        bool descendingOrder
    )

    Parameters

    Name Type Description
    columnIndex Int32

    The index of a column to sort.

    fill Fill

    An object that contains fill parameters.

    descendingOrder Boolean

    true to sort in descending order; otherwise, false.

    See Also