Skip to main content

ExpressionContext.Column Property

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

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

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