# ForguncyCommandHelper클래스

## Content


#### 설명

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

#### 메서드

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