Skip to main content
All docs
V25.1
  • Row

    DynamicArrayFormulaCollection.Remove(CellRange) Method

    Removes the formula applied to the specified range.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.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