# 현재 행 변경 명령 편집

리스트뷰의 현재 행이 변경될 때 실행되는 명령인 리스트뷰의 현재 행 변경 명령을 설정할 수 있습니다.

리스트뷰를 선택하고 속성 설정 영역의 셀 설정에서 "현재 행 변경 명령 ​​편집"을 클릭합니다.

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

팝업되는 명령 창에서 현재 줄 변경에 대해 실행할 명령을 설정합니다. 예를 들어 명령을 "Excel로 페이지 내보내기"로 설정합니다.

<figure><img src="/files/Fjg0nsIVYXOIP3LyPjxp" 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/changecurrentrowcommand.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.
