ExpressionContext.IsArrayFormula Property
In This Article
OBSOLETE
Use the Expression
Gets or sets whether the expression is an array formula.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.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 Culture |
#Implements
See Also