# 행 삭제 방법

엑셀 표 개체에서는\
행을 삭제하려면 아래와 같이 클릭해 줘야 합니다.\
Del 키로 표 내용만 지우지 마시고\
필요 없는 데이터가 있으면\
행 전체를 지워 주시는 게 오류를 줄일 수 있습니다.

## 방법

삭제하려는 칸 선택\
→ 오른 클릭 → <mark style="color:red;">**삭제**</mark> → <mark style="color:red;">**표 행 클릭**</mark>

<figure><img src="/files/xgIeDwsMLFstaqkASQeI" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mgunexcel.gitbook.io/doc/self/cases/delete-row.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
