Back to Devexpress

OleObjectCollection.GetOleObjectById(Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-oleobjectcollection-dot-getoleobjectbyid-x28-system-dot-int32-x29.md

latest1.3 KB
Original Source

OleObjectCollection.GetOleObjectById(Int32) Method

Returns an OLE object by its ID value.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
OleObject GetOleObjectById(
    int id
)
vb
Function GetOleObjectById(
    id As Integer
) As OleObject

Parameters

NameTypeDescription
idInt32

The OLE object ID.

|

Returns

TypeDescription
OleObject

An OLE object with the specified ID.

|

See Also

OleObjectCollection Interface

OleObjectCollection Members

DevExpress.Spreadsheet Namespace