Skip to main content

FormulaEvaluationContext.Column Property

Gets or sets the column index.

Namespace: DevExpress.Spreadsheet.Functions

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 specifies the column index.

Implements

See Also