# CommandHelper 클래스

#### 설명 <a href="#commandhelper-lei-miao-shu" id="commandhelper-lei-miao-shu"></a>

명령 관련 도움말 메서드를 제공하는 도움말 클래스입니다.

#### 메서드 <a href="#commandhelper-lei-fang-fa" id="commandhelper-lei-fang-fa"></a>

| 메서드                                                                                                                               | 설명                              |
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| [executeCellCommand](/forguncy-v9/command/javascriptprogramming/javascript-api/class/forguncycommandhelper/executecellcommand.md) | 이름 셀을 지정하는 명령을 실행합니다.           |
| [getAllVariableValues](/forguncy-v9/command/javascriptprogramming/javascript-api/class/commandhelper/getallvariablevalues.md)     | 명령을 실행하는 동안 모든 변수 이름과 값을 가져옵니다. |
| [getVariableValue](/forguncy-v9/command/javascriptprogramming/javascript-api/class/commandhelper/getvariablevalue.md)             | 명령을 실행하는 동안 명령 변수의 값을 가져옵니다.    |
| [setVariableValue](/forguncy-v9/command/javascriptprogramming/javascript-api/class/commandhelper/setvariablevalue.md)             | 명령을 실행하는 동안 명령 변수의 값을 설정합니다.    |

<br>


---

# 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/command/javascriptprogramming/javascript-api/class/commandhelper.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.
