# Forguncy 인터페이스

#### 인터페이스 &#x20;

| [CellLocationInfo](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/celllocationinfo.md)                           | 셀의 위치 정보입니다.                       |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| [CellRange](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/cellrange.md)                                         | 셀 범위의 위치 정보입니다.                    |
| [CurrentRowInfoParam](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/currentrowinfoparam.md)                     | 현재 행 매개 변수에 대한 정보입니다.              |
| [FormulaCalcContext](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/formulacalccontext.md)                       | 수식 계산에 대한 컨텍스트 정보입니다.              |
| [GetTableDataByConditionParams](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/gettabledatabyconditionparams.md) | 데이터 테이블 또는 뷰 데이터를 가져올 때의 매개 변수입니다. |
| [IMergedColumnInfo](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/imergedcolumninfo.md)                         | 테이블의 열 정보를 나타냅니다.                  |
| [ListviewPaginationInfo](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/listviewpaginationinfo.md)               | 테이블의 페이징 정보를 나타냅니다.                |
| [ListViewValueChangedEventArg](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/listviewvaluechangedeventarg.md)   | 테이블 값 변경 이벤트에 대한 데이터를 제공합니다.       |
| [ModifyData](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/modifydata.md)                                       | 테이블의 변경을 나타내는 행 데이터입니다.            |
| [OrganizationLevelValueInfo](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/organizationlevelvalueinfo.md)       | 사용자의 조직 수준 정보입니다.                  |
| [RowData](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/rowdata.md)                                             | 테이블의 행 데이터를 나타내는 정보입니다.            |
| [TableDataQueryPolicy](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/tabledataquerypolicy.md)                   | 데이터 테이블 또는 뷰 데이터를 가져올 때의 정책입니다.    |
| [UserExtendProperties](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/userextendproperties.md)                   | 사용자의 사용자 지정 속성입니다.                 |
| [UserInfo](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/userinfo.md)                                           | 사용자에 대한 정보입니다.                     |
| [PageingInfoChangedEventArg](/forguncy-v9/command/javascriptprogramming/javascript-api/forguncyinterface/pageinginfochangedeventarg.md)       | 테이블 페이징 변경 이벤트에 대한 데이터를 제공합니다.     |


---

# 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/forguncyinterface.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.
