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
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