트리 그리드 특정 컬럼의 input_type이 combobox일 때 콤보박스의 스타일을 설정하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nCol | long | 컬럼 인덱스 |
| nComboBoxStyle | short | 콤보박스 스타일 (*Remark 참조) |
| Type | Description |
|---|---|
| void | 없음 |
**nComboBoxStyle (콤보박스 스타일) 0 : code combobox 1 : normal combobox
function btn_on_mouseup()
{
tgrdTest.setcolumncombostyle(1, 0);
}