Skip to main content
Row

SortCondition.ColumnIndex Property

Gets the index of a column by which to sort.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int ColumnIndex { get; }

Property Value

Type Description
Int32

An integer that is the zero-based index of a column in the range to which the AutoFilter is applied.

See Also