# CellRange 인터페이스

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

| Row         | number | 이 셀 범위의 시작 행 인덱스입니다. |
| ----------- | ------ | -------------------- |
| Column      | number | 이 셀 범위의 시작 열 인덱스입니다. |
| RowCount    | number | 이 셀 범위의 행 수입니다.      |
| ColumnCount | number | 이 셀 범위의 열 수입니다.      |


---

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