Back to Devexpress

OleObjectCollection.Remove(OleObject) Method

officefileapi-devexpress-dot-spreadsheet-dot-oleobjectcollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-oleobject-x29.md

latest1.5 KB
Original Source

OleObjectCollection.Remove(OleObject) Method

Removes the specified OLE object from the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Remove(
    OleObject oleObject
)
vb
Function Remove(
    oleObject As OleObject
) As Boolean

Parameters

NameTypeDescription
oleObjectOleObject

The OLE object to be removed.

|

Returns

TypeDescription
Boolean

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

|

See Also

Work with OLE Objects

OleObjectCollection Interface

OleObjectCollection Members

DevExpress.Spreadsheet Namespace