Delete Cell Image
Command description
Deletes all images anchored to the specified spreadsheet cells. Multiple cells can be processed at once.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Excel Object | ExcelApp | |
| Row Number | str | One-based row number; -n means the nth row from the bottom |
| Column Name | str | Column letter such as A or a one-based column number; -n means the nth column from the right |
| sheet | str | Worksheet name. Defaults to the active worksheet |
Command Output Parameters
None