멀티라인그리드 » Api

getitemcbcount

Description

멀티라인 그리드 특정 아이템의 input_type이 콤보박스인 경우 해당 아이템의 콤보박스 데이터 개수를 반환하는 API이다.

Parameters

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

Return Value

Type Description
short 콤보박스 데이터 개수

Example

function btn_getitemcbcount_on_mouseup() { var nCBCount = mgrdTest.getitemcbcount(0, 0, 1); screen.alert(nCBCount); }

See Also

getitemcbdata
getitemcbcomment

Viewer Ver.

9.1.1.1

Update Date

20130207