트리그리드 » Api

setheadercheck

Description

트리 그리드 특정 헤더의 checkbox_show 속성이 true일 때 해당 체크박스를 체크할 지 설정하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nCol long 컬럼 인덱스
bCheck BOOL 체크 여부 (true, false)
bApplyAllRows BOOL 데이터부 체크 여부(true, false)
bIncludeHiddenRow BOOL [옵션] 데이터부 숨김행 포함 여부 (기본값: true)
bIncludeNoneditableItem BOOL [옵션] 편집불가 아이템 처리 여부 (기본값: true)

Return Value

Type Description
void 없음

Remark

헤더의 체크 상태와 그 컬럼의 데이타부가 체크박스라면 함께 체크할지도 파라미터로 설정할 수 있다.

bApplyAllRows 파라미터는 헤더에 해당하는 컬럼 데이터부의 input_type이 checkbox인 경우에만 반영된다.

Example

function btn_on_mouseup() { tgrdTest.setheadercheck(0, 1, true, true); }

See Also

getheadercheck

Viewer Ver.

9.1.1.1

Update Date

20210812