Skip to main content
Row

ArrayFormulaCollection.Add(CellRange, String) Method

Creates a new array formula and adds it to the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ArrayFormula Add(
    CellRange range,
    string formula
)

Parameters

Name Type Description
range CellRange

A CellRange object that specifies the range to which the array formula applies.

formula String

A string that is the array formula.

Returns

Type Description
ArrayFormula

An ArrayFormula object that is the newly added element in the collection.

See Also