# SubPage 클래스

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

하위페이지 개체입니다.

페이지에 페이지 컨테이너 및 탭 셀 유형이 포함된 경우 하위 페이지가 있을 수 있습니다.

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

| 메서드                                                                                                               | 설명                                  |
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| [getCell](/forguncy-v9/command/javascriptprogramming/javascript-api/class/subpage/getcell.md)                     | 셀 이름으로 셀 인스턴스를 가져옵니다.               |
| [getCellArray](/forguncy-v9/command/javascriptprogramming/javascript-api/class/subpage/getcellarray.md)           | 셀 이름으로 셀 인스턴스 집합을 가져옵니다.            |
| [getListView](/forguncy-v9/command/javascriptprogramming/javascript-api/class/subpage/getlistview.md)             | 리스트뷰 이름으로 테이블 인스턴스를 가져옵니다.          |
| [getListViews](/forguncy-v9/command/javascriptprogramming/javascript-api/class/subpage/getlistviews.md)           | 하위 페이지의 모든 리스트뷰 가져옵니다.              |
| [getPageName](/forguncy-v9/command/javascriptprogramming/javascript-api/class/subpage/getpagename.md)             | 하위 페이지의 이름을 가져옵니다.                  |
| [getMasterPageName](/forguncy-v9/command/javascriptprogramming/javascript-api/class/subpage/getmasterpagename.md) | 하 페이지의 마스터 페이지 이름을 가져옵니다.           |
| [getContainerCells](/forguncy-v9/command/javascriptprogramming/javascript-api/class/subpage/getcontainercells.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/class/subpage.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.
