Skip to main content
A newer version of this page is available.
All docs
V18.2
Row

ArrayFormulaCollection.Add(Range, String) Method

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

Namespace: DevExpress.Spreadsheet

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

Declaration

ArrayFormula Add(
    Range range,
    string formula
)

Parameters

Name Type Description
range Range

A Range 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