그리드 » Api

getitemcbcomment

Description

그리드 특정 아이템의 콤보박스에 현재 선택된 코멘트값을 가져오는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nColumn long 컬럼 인덱스

Return Value

Type Description
STRING 코멘트

Remark

* 그리드 해당 컬럼의 input_type이 콤보박스인 경우에만 사용한다.

Example

function btnGridTest_on_mouseup() { // 그리드 (0,0) 아이템의 선택된 콤보의 코멘트를 가져온다. var strcomment = grd.getitemcbcomment(0,0); }

See Also

getitemcbcount
getitemcbdata

Viewer Ver.

9.1.1.1

Update Date

20110223