Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FormulaEvaluationContext.IsArrayFormula Property

Gets or sets whether the formula being evaluated is an array formula.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public bool IsArrayFormula { get; set; }

Property Value

Type Description
Boolean

true, if a formula is an array formula; otherwise, false.

See Also