그리드 » Api

showheadercheckbox

Description

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

Parameters

Parameters Type Description
nRow short 헤더 로우 인덱스
nColumn short 헤더 컬럼 인덱스
bShow BOOL 헤더 체크박스 보일지 여부

Return Value

Type Description
void

Example

function btn_on_mouseup() { // 현재 0,1 헤더에 체크박스 보이는 상태를 반대로 바꾼다. if(grd.isshowheadercheckbox(0, 1) == true) { grd.showheadercheckbox(0, 1, false); } else { grd.showheadercheckbox(0, 1, true); } }

See Also

isshowheadercheckbox

Viewer Ver.

9.1.1.1

Update Date

20110302