그리드 컬럼의 Picklist 데이터의 구분자를 리턴하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nSubRow | short | 서브 로우 인덱스 |
| nColumn | short | 열 인덱스 |
| Type | Description |
|---|---|
| STRING | 코드, 코멘트 구분자 |
function btn_delimiter_on_mouseup()
{
// 코드 부분자를 구함
factory.consoleprint(grid.getcolumnpicklistdelimiter(0, 1));
}