OleObjectCollection.GetOleObjectById(Int32) Method
Returns an OLE object by its ID value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Int32 | The OLE object ID. |
Returns
Type | Description |
---|---|
OleObject | An OLE object with the specified ID. |
See Also