Skip to main content

CellCalculationArgs.Column Property

Gets the index of a column containing the current cell.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

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