# 두번 클릭 명령

리스트뷰에 대한 더블 클릭 명령, 즉 테이블을 더블 클릭했을 때 실행할 명령을 설정할 수 있습니다.

리스트뷰를 선택하고 속성 설정 영역의 셀 설정에서 "두 번 클릭 명령 편집"을 클릭합니다.

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

팝업되는 커맨드 창에서 더블 클릭 시 실행할 커맨드를 설정합니다. 예를 들어 명령을 "Excel로 페이지 내보내기"로 설정합니다.

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

실행 후 테이블의 셀 또는 행 머리글을 두 번 클릭하면 페이지를 Excel로 내보내는 명령이 실행됩니다.


---

# 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://doc.forguncy.co.kr/forguncy-v9/components/designlistview/doubleclickcommand.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.
