Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SortCondition.ColumnIndex Property

Gets the index of a column by which to sort.

Namespace: DevExpress.Spreadsheet

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

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