# IMergedColumnInfo 인터페이스

테이블의 열 정보를 나타냅니다. getMergedColumnInfos 메서드 에 사용합니다.

| 속성                  | 설명                      |
| ------------------- | ----------------------- |
| ColumnName          | 열 이름                    |
| ColumnType          | 열 유형                    |
| DesignerColumnCount | 디자이너에 있는 열의 병합된 열 수입니다. |
| DesignerColumnIndex | 디자이너의 첫 번째 열 인덱스입니다.    |


---

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