OleObjectCollection Interface
A collection of OLE objects within a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public interface OleObjectCollection :
ISimpleCollection<OleObject>,
IEnumerable<OleObject>,
IEnumerable,
ICollection
Related API Members
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