# FormulaCalcContext 인터페이스

수식 계산에 대한 컨텍스트 정보입니다. getTableDataByCondition 메서드에 사용됩니다.

<table><thead><tr><th width="175.33333333333331">속성 </th><th width="119">형식 </th><th>설명 </th></tr></thead><tbody><tr><td>IsInMasterPage</td><td>bool</td><td>마스터 페이지에 있는지 여부입니다.</td></tr><tr><td>PageID</td><td>string</td><td>페이지에 있는 고유 번호입니다. 런타임에 페이지 컨테이너 셀 유형에 따라 페이지에 여러 하위 페이지가 포함될 수 있으며 하위 페이지가 동일할 수 있으므로 페이지 이름으로 페이지를 고유하게 식별할 수 없습니다.</td></tr></tbody></table>


---

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