Skip to main content
All docs
V25.1
  • Row

    Worksheet.OleObjects Property

    Returns the collection of OLE objects within the worksheet.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    OleObjectCollection OleObjects { get; }

    Property Value

    Type Description
    OleObjectCollection

    A collection of OLE objects.

    Remarks

    For more information on how to work with OLE objects within a worksheet, refer to the following help topic: Work with OLE Objects.

    See Also