Back to Devexpress

Worksheet.OleObjects Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-08db748a.md

latest1.3 KB
Original Source

Worksheet.OleObjects Property

Returns the collection of OLE objects within the worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
OleObjectCollection OleObjects { get; }
vb
ReadOnly Property OleObjects As OleObjectCollection

Property Value

TypeDescription
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

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace