* Using the image id from `Workbook.addImage`, set the background to the worksheet
(imageId: number)
| 1330 | * Using the image id from `Workbook.addImage`, set the background to the worksheet |
| 1331 | */ |
| 1332 | addBackgroundImage(imageId: number): void; |
| 1333 | |
| 1334 | getBackgroundImageId(): string; |
| 1335 |
no outgoing calls
no test coverage detected