그리드 체크박스열의 헤더부 체크 표시 여부를 반환하는 API이다.
function btn_on_mouseup() { // 그리드 체크로우 헤더부 체크 활성화 토글 처리 grd.setcheckrowheadershow(!grd.getcheckrowheadershow()); }