Skip to main content
All docs
V25.1
  • Row

    ArrayFormulaCollection.Remove(CellRange) Method

    Clears the array formula in 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

    A CellRange object from which the array formula is to be removed.

    See Also