Click or drag to resize

IOleObject Interface

Represents an interface for objects that can be embedded in OLE containers.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IOleObject

The IOleObject type exposes the following members.

Properties
Name Description
Public property DisplayAsIcon
Gets or sets a value indicating whether [display as icon].
Public property FileFullPathName
Get theFullPathName.
Public property Location
Gets or sets the location.
Public property ObjectType
Gets or sets the type of the object.
Public property OleData
Gets or sets thenative data.
Public property OleObjectGuid
Gets the GUID associated with the OLE object.
Public property OleOriginName
Get theOriginName.
Public property Picture
Gets or sets the picture.
Public property Shape
Gets or sets picture shape object that defines look and position of the OleObject inside parent worksheet.
Public property Size
Gets or sets the size.
Top
See Also