트리그리드 » Api

getheadercheck

Description

트리 그리드 수평 헤더의 속성 중 checkbox_show 속성이 true일 때 체크가 되었는지 여부를 가져오는 API이다.

Parameters

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

Return Value

Type Description
BOOL 체크 여부(true, false)

Example

function btn_on_mouseup() { var bCheck = tgrdTest.getheadercheck(0, 0); screen.alert("0,0헤더 체크여부 : " + bCheck); }

See Also

getheadertext
getheadertooltiptext
setheadercheck

Viewer Ver.

9.1.1.1

Update Date

20110421