Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ArrayFormulaCollection.Add(CellRange, String) Method

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

Namespace: DevExpress.Spreadsheet

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

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