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.v24.1.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