트리그리드 » Api

setitempicklist

Description

트리 그리드 특정 아이템의 input_type이 combobox일 때 픽리스트를 설정하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nCol long 컬럼 인덱스
strPickListURL STRING picklist 경로

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { tgrdTest.setitempicklist(0, 0, "/01000"); }

Viewer Ver.

9.1.1.1

Update Date

20110420