멀티라인 그리드 특정 컬럼의 input_type이 콤보박스일 때 픽리스트를 설정하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nSubRow | short | 서브 로우 인덱스 |
| nColumn | short | 컬럼 인덱스 |
| strPickListURL | LPCTSTR | 픽리스트 경로 |
| Type | Description |
|---|---|
| void | 없음 |
function btn_on_mouseup()
{
mgrdTest.setcolumnpicklist(0, 0, "/status");
}