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

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.v19.1.Core.dll

Declaration

ExpressionStyle ExpressionStyle { get; }

Property Value

Type Description
ExpressionStyle

An ExpressionStyle enumeration member specifying how the formula is calculated.

See Also