Back to Devexpress

OleObject Interface

officefileapi-devexpress-dot-spreadsheet-132bd323.md

latest3.5 KB
Original Source

OleObject Interface

An OLE object.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface OleObject :
    Shape,
    FloatingObject,
    ShapeFormatBase
vb
Public Interface OleObject
    Inherits Shape,
             FloatingObject,
             ShapeFormatBase

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

OleObject Members

DevExpress.Spreadsheet Namespace