Skip to main content
All docs
V25.1
  • Row

    OleObjectCollection.Contains(OleObject) Method

    Checks whether the collection contains the specified OLE object.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool Contains(
        OleObject oleObject
    )

    Parameters

    Name Type Description
    oleObject OleObject

    The object to check.

    Returns

    Type Description
    Boolean

    true if the object is already in the collection; otherwise, false.

    See Also