Skip to main content

IExpressionContext.ExpressionStyle Property

Gets the value that specifies whether the formula should be calculated as an array formula and/or return a series of values.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ExpressionStyle ExpressionStyle { get; }

Property Value

Type Description
ExpressionStyle

An ExpressionStyle enumeration member specifying how the formula is calculated.

Available values:

Name Description
Normal

Formula is calculated as if it is entered in the worksheet cell in the usual way. It does not operate with arrays to return arrays.

Array

Formula is calculated as an array formula in a worksheet.

DefinedName

The formula works with an array of values.

See Also