그리드 » Api

getitemcbcount

Description

그리드 특정 아이템의 콤보박스 리스트의 개수를 가져오는 API이다.

Parameters

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

Return Value

Type Description
short 아이템 개수

Remark

* 그리드 컬럼 input_type이 콤보박스일 때만 사용가능하다.

Example

function grd_test_on_mouseup() { // 그리드 (0,0) 아이템의 콤보박스 리스트 개수 var nCnt = grd.getitemcbcount(0,0); screen.alert("리스트개수 : " + nCnt); }

See Also

getitemcbcomment
getitemcbdata

Viewer Ver.

9.1.1.1

Update Date

20110223