Skip to main content
All docs
V25.1
  • Row

    DynamicArrayFormulaCollection.Contains(DynamicArrayFormula) Method

    Determines whether the collection contains the specified formula.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool Contains(
        DynamicArrayFormula dynamicArrayFormula
    )

    Parameters

    Name Type Description
    dynamicArrayFormula DynamicArrayFormula

    The formula to locate in the collection.

    Returns

    Type Description
    Boolean

    true if the collection contains the specified item; otherwise, false.

    See Also