> ## 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.

# 删除谷歌表格行

## 指令说明

**描述：** 删除谷歌表格里的指定行

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/deleterowfromgooglespreadsheetcommand-01.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=4aae269e8c71d304dc9d5ca13eed252a" alt="删除谷歌表格行指令参数面板" width="648" height="299" data-path="helpcenter/commands/google/images/deleterowfromgooglespreadsheetcommand-01.png" />

    | 参数         | 说明            |
    | ---------- | ------------- |
    | **谷歌电子表格** | 选择需要读取的谷歌电子表格 |
    | **行号**     | 输入行号，行号从1开始   |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/deleterowfromgooglespreadsheetcommand-02.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=23e7f8631b45779f9476deffc69961cb" alt="删除谷歌表格行使用示例 - 流程搭建" width="1058" height="198" data-path="helpcenter/commands/google/images/deleterowfromgooglespreadsheetcommand-02.png" />

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

使用【获取谷歌访问凭证】获取谷歌访问凭证，并将其保存至谷歌访问凭证中

使用【获取谷歌表格】获取谷歌表格，并将结果保存至谷歌表格中

使用【删除谷歌表格行】删除谷歌电子表格第3行

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/deleterowfromgooglespreadsheetcommand-03.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=fe6b10888bf58a60ebaeeb658cab4d27" alt="删除谷歌表格行使用示例 - 效果展示" width="842" height="186" data-path="helpcenter/commands/google/images/deleterowfromgooglespreadsheetcommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/Fj4gd-n2oOvAPIhl/helpcenter/commands/google/images/deleterowfromgooglespreadsheetcommand-04.png?fit=max&auto=format&n=Fj4gd-n2oOvAPIhl&q=85&s=10d91f1ca9568ec795af79df34a56f94" alt="删除谷歌表格行使用示例 - 效果展示" width="1057" height="218" data-path="helpcenter/commands/google/images/deleterowfromgooglespreadsheetcommand-04.png" />

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