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

ExpressionContext.Column Property

Gets or sets the column of a cell containing the formula.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public int Column { get; set; }

Property Value

Type Description
Int32

An integer that is the column index of a cell containing the formula.

Implements

See Also