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

TableColumn.Index Property

Get the zero-based index of the column within the table’s TableColumnCollection.

Namespace: DevExpress.Spreadsheet

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

Declaration

int Index { get; }

Property Value

Type Description
Int32

An integer specifying the position of the column in the table.

See Also