Skip to main content
All docs
V24.2
Row

DynamicArrayFormulaCollection.Remove(CellRange) Method

Removes the formula applied to the specified range.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    CellRange range
)

Parameters

Name Type Description
range CellRange

The range from which the formula should be removed.

See Also