Back to Devexpress

CellRange.DynamicArrayFormula Property

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-be40ea38.md

latest1.1 KB
Original Source

CellRange.DynamicArrayFormula Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string DynamicArrayFormula { get; set; }
vb
Property DynamicArrayFormula As String

Property Value

TypeDescription
String

A string that is the array formula.

|

See Also

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace