Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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