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

IXlCell.ColumnIndex Property

Gets the index of the column that contains the current cell.

Namespace: DevExpress.Export.Xl

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

Declaration

int ColumnIndex { get; }

Property Value

Type Description
Int32

A zero-based integer value that specifies the index of the column containing the current cell.

Remarks

Use the ColumnIndex and IXlCell.RowIndex properties to obtain indexes of the column and row at the intersection of which the current cell is located.

SpreadsheetControl_Row_Column_Indexes

See Also