테이블뷰 » Api

getchildcontrolcount

Description

테이블뷰 아이템의 1차 자식 컴포넌트 개수를 반환하는 API이다.

Parameters

Parameters Type Description
nRowIndex short 로우 인텍스
nColumnIndex short 컬럼 인덱스

Return Value

Type Description
long 테이블뷰 아이템의 1차 자식 컴포넌트 개수

Remark

오류가 발생한 경우, -1값이 리턴된다.

nRowIndex 파라미터와 nColumnIndex 파라미터를 모두 -1로 설정한 경우, 모든 아이템의 1차 자식 컴포넌트 개수의 합을 반환한다.

Example

function btn_on_mouseup() { screen.alert(tableview.getchildcontrolcount(0, 0)); }

See Also

getchildshapecount

Viewer Ver.

9.1.1.1

Update Date

20211001