Skip to main content
All docs
V25.1
  • Row

    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

    OleObject GetOleObjectById(
        int id
    )

    Parameters

    Name Type Description
    id Int32

    The OLE object ID.

    Returns

    Type Description
    OleObject

    An OLE object with the specified ID.

    See Also