Skip to main content
All docs
V24.2
Row

CellRange.DynamicArrayFormula Property

Gets or sets the dynamic array formula associated with the cell or cell range.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string DynamicArrayFormula { get; set; }

Property Value

Type Description
String

A string that is the array formula.

See Also