DynamicArrayFormulaCollection.Remove(DynamicArrayFormula) Method
Removes the specified formula from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dynamicArrayFormula | DynamicArrayFormula | The formula that should be removed. |
See Also