Skip to main content

EvaluationContext.Column Property

Gets the index of a column containing the cell whose formula is being evaluated.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int Column { get; }

Property Value

Type Description
Int32

An integer that is the zero-based column index.

See Also