Skip to main content
All docs
V25.1
  • Row

    OleObjectCollection.GetOleObjectsByName(String) Method

    Returns OLE objects with the given name.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    IList<OleObject> GetOleObjectsByName(
        string oleObjectName
    )

    Parameters

    Name Type Description
    oleObjectName String

    The OLE object name.

    Returns

    Type Description
    IList<OleObject>

    A list of OLE objects with the given name.

    See Also