Table of Contents

Interface IOleObject

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IOleObject

Properties

DisplayAsIcon

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

bool DisplayAsIcon { get; set; }

Property Value

bool

true if [display as icon]; otherwise, false.

Location

Gets or sets the location.

IXLSRange Location { get; set; }

Property Value

IXLSRange

The location.

ObjectType

Gets or sets the type of the object.

OleObjectType ObjectType { get; set; }

Property Value

OleObjectType

OleData

Gets or sets the native data.

byte[] OleData { get; set; }

Property Value

byte[]

OleObjectGuid

Guid OleObjectGuid { get; }

Property Value

Guid

Picture

Gets or sets the picture.

SKBitmap Picture { get; }

Property Value

SKBitmap

The picture.

Shape

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

IPictureShape Shape { get; }

Property Value

IPictureShape

Size

Gets or sets the size.

Size Size { get; set; }

Property Value

Size

The size.