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

IExpressionContext.IsArrayFormula Property

OBSOLETE

Use the ExpressionStyle property instead.

Gets whether the expression is an array formula.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[Obsolete("Use the ExpressionStyle property instead.", false)]
bool IsArrayFormula { get; }

Property Value

Type Description
Boolean

true, if the expression is an array formula; otherwise, false.

See Also