Skip to main content

ExpressionContext.IsArrayFormula Property

OBSOLETE

Use the ExpressionStyle property instead.

Gets or sets 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)]
public bool IsArrayFormula { get; set; }

Property Value

Type Description
Boolean

A CultureInfo object specifying culture-specific settings.

Implements

See Also