Skip to main content
All docs
V25.1
  • Row

    OleObjectCollection.Remove(OleObject) Method

    Removes the specified OLE object from the collection.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool Remove(
        OleObject oleObject
    )

    Parameters

    Name Type Description
    oleObject OleObject

    The OLE object to be removed.

    Returns

    Type Description
    Boolean

    true if the OLE object is found and successfully removed; otherwise, false.

    See Also