* Using the image id from `Workbook.addImage`, * embed an image within the worksheet to cover a range
(imageId: number, range: string | { editAs?: string; } & ImageRange & { hyperlinks?: ImageHyperlinkValue } | { editAs?: string; } & ImagePosition & { hyperlinks?: ImageHyperlinkValue })
| 1338 | * embed an image within the worksheet to cover a range |
| 1339 | */ |
| 1340 | addImage(imageId: number, range: string | { editAs?: string; } & ImageRange & { hyperlinks?: ImageHyperlinkValue } | { editAs?: string; } & ImagePosition & { hyperlinks?: ImageHyperlinkValue }): void; |
| 1341 | |
| 1342 | getImages(): Array<{ |
| 1343 | type: 'image', |
no outgoing calls