IOleObject module

class IOleObject.IOleObject

Bases: SpireObject

property DisplayAsIcon: bool
<summary>

Gets or sets a value indicating whether [display as icon].

</summary>

<value>

<c>true</c> if [display as icon]; otherwise, <c>false</c>.</value>

property Location: IXLSRange
<summary>

Gets or sets the location.

</summary>

<value>The location.</value>

property ObjectType: OleObjectType
<summary>

Gets or sets the type of the object.

</summary>

property OleData: List[c_char]
<summary>

Gets or sets the native data.

</summary>

property Picture: Stream
<summary>

Gets or sets the picture.

</summary>

<value>The picture.</value>

property Shape: IPictureShape
<summary>

Gets or sets picture shape object that defines look and position of the OleObject inside parent worksheet.

</summary>

property Size: Size
<summary>

Gets or sets the size.

</summary>

<value>The size.</value>