Skip to main content

IExpressionContext.IsArrayFormula Property

OBSOLETE

Use the ExpressionStyle property instead.

Gets whether the expression is an array formula.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

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