Excel.Interfaces.ImageData interface
An interface describing the data returned by calling image.toJSON()
.
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
id
Specifies the shape identifier for the image object.
id?: string;
Property Value
string