Skip to main content
All docs
V25.1
  • Row

    CellRange.DynamicArrayFormula Property

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

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.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