Edit

Excel.Interfaces.ImageData interface

An interface describing the data returned by calling image.toJSON().

Remarks

Used by

Properties

format

Returns the format of the image.

id

Specifies the shape identifier for the image object.

Property Details

format

Returns the format of the image.

format?: Excel.PictureFormat | "UNKNOWN" | "BMP" | "JPEG" | "GIF" | "PNG" | "SVG";

Property Value

Excel.PictureFormat | "UNKNOWN" | "BMP" | "JPEG" | "GIF" | "PNG" | "SVG"

Remarks

API set: ExcelApi 1.9

id

Specifies the shape identifier for the image object.

id?: string;

Property Value

string

Remarks

API set: ExcelApi 1.9