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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins