# CommandHelper 클래스

#### ![](https://help.grapecity.com.cn/download/thumbnails/74287357/blue%20block.png?version=1\&modificationDate=1655197421000\&api=v2) 설명 <a href="#commandhelper-lei-miao-shu" id="commandhelper-lei-miao-shu"></a>

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

#### ![](https://help.grapecity.com.cn/download/thumbnails/74287357/blue%20block.png?version=1\&modificationDate=1655197421000\&api=v2) 메서드 <a href="#commandhelper-lei-fang-fa" id="commandhelper-lei-fang-fa"></a>

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

<br>
