Back to Devexpress

OleObjectCollection Interface

officefileapi-devexpress-dot-spreadsheet-e133de68.md

latest1.4 KB
Original Source

OleObjectCollection Interface

A collection of OLE objects within a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface OleObjectCollection :
    ISimpleCollection<OleObject>,
    IEnumerable<OleObject>,
    IEnumerable,
    ICollection
vb
Public Interface OleObjectCollection
    Inherits ISimpleCollection(Of OleObject),
             IEnumerable(Of OleObject),
             IEnumerable,
             ICollection

The following members return OleObjectCollection 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

OleObjectCollection Members

DevExpress.Spreadsheet Namespace