Skip to main content
Row

ArrayFormulaCollection.Remove(ArrayFormula) Method

Clears the ranges containing the specified array formula.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    ArrayFormula arrayFormula
)

Parameters

Name Type Description
arrayFormula ArrayFormula

An ArrayFormula to clear.

See Also