Skip to main content

FormulaEvaluationContext.IsArrayFormula Property

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

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsArrayFormula { get; set; }

Property Value

Type Description
Boolean

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

See Also