# CellLocationinfo 인터페이스

셀의 위치 정보입니다. getCellByLocation 메서드에 사용됩니다.

| 속성       | 형식     | 설명                           |
| -------- | ------ | ---------------------------- |
| Column   | number | 디자이너의 셀 열 인덱스입니다. 0부터 시작합니다. |
| PageID   | string | 페이지 고유 식별자입니다.               |
| PageName | string | 디자이너의 셀이 있는 페이지의 이름입니다.      |
| Row      | number | 디자이너의 셀 행 인덱스입니다. 0부터 시작합니다  |


---

# 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/v7/command/javascriptprogramming/javascript-api/forguncyinterface/celllocationinfo.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.
