트리그리드 » Api

setheadercheckboxenable

Description

그리드 특정 수평 헤더의 체크박스의 활성화 여부를 설정하는 API이다.

Parameters

Parameters Type Description
nRow short 헤더 로우 인덱스
nColumn short 헤더 컬럼 인덱스
bEnable BOOL 헤더 체크박스 활성화 여부

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup() { // 현재 0,1 헤더에 체크박스를 활성화 상태로 바꾼다. grd.setheadercheckboxenable(0, 1, true); }

See Also

showheadercheckbox

Viewer Ver.

9.1.1.1

Update Date

20190909