> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 删除Excel图片

## 指令说明

**描述：** 删除Excel工作表中插入的图片。

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/deleteexcelimagecommand-01.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=31ec4039a7eb5c9017c21fe18d60dfbb" alt="删除Excel图片指令参数面板" width="660" height="494" data-path="helpcenter/commands/excel/images/deleteexcelimagecommand-01.png" />

    | 参数           | 说明                                                         |
    | ------------ | ---------------------------------------------------------- |
    | **Excel对象**  | 请选择Excel对象（可通过指令【启动Excel】或【获取当前激活的Excel对象】创建），用于确定待操作的工作簿。 |
    | **Sheet页名称** | 操作目标工作表的名称，支持选填，默认为当前Excel激活的Sheet页。                       |
    | **删除范围**     | 选择删除指定位置的图片或全部图片。                                          |
    | **图片位置**     | 若删除指定位置，填写图片所在的单元格位置。                                      |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/deleteexcelimagecommand-03.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=594c64aa2f5d71528cc5bdc696d041e4" alt="删除Excel图片使用示例" width="660" height="494" data-path="helpcenter/commands/excel/images/deleteexcelimagecommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/deleteexcelimagecommand-02.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=36e5a59ff55b80b915978a7b09677fb1" alt="删除Excel图片使用示例 - 流程搭建" width="1322" height="190" data-path="helpcenter/commands/excel/images/deleteexcelimagecommand-02.png" />

**该流程执行逻辑：**

使用【启动Excel】打开已有的Excel，并将Excel对象保存到excel对象

使用【删除Excel图片】指令删除工作表中的指定图片

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/deleteexcelimagecommand-04.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=3b372ce08308d0faf5a1d88b829e7490" alt="删除Excel图片使用示例 - 效果展示 2" width="514" height="309" data-path="helpcenter/commands/excel/images/deleteexcelimagecommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/PoBbJh6tQuwbCrmc/helpcenter/commands/excel/images/deleteexcelimagecommand-05.png?fit=max&auto=format&n=PoBbJh6tQuwbCrmc&q=85&s=36708deee6d1fc771de0156ea4220f5b" alt="删除Excel图片使用示例 - 效果展示 3" width="506" height="310" data-path="helpcenter/commands/excel/images/deleteexcelimagecommand-05.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
