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

CellCalculationArgs.Column Property

Gets the index of a column containing the current cell.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public int Column { get; }

Property Value

Type Description
Int32

An integer that is the column index.

Remarks

The Column has the same value as the Cell.ColumnIndex property of the current cell.

See Also