IExpressionContext.IsArrayFormula Property
OBSOLETE
Use the ExpressionStyle property instead.
Gets whether the expression is an array formula.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.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