ArrayFormulaCollection.Add(CellRange, String) Method
In This Article
Creates a new array formula and adds it to the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ArrayFormula Add(
CellRange range,
string formula
)
#Parameters
Name | Type | Description |
---|---|---|
range | Cell |
A Cell |
formula | String | A string that is the array formula. |
#Returns
Type | Description |
---|---|
Array |
An Array |
See Also