트리그리드 체크박스열의 헤더를 체크박스로 할 지 여부를 설정하는 API이다.
* 헤더의 체크박스만 체크하면 전체행이 체크된다.
function btn_on_mouseup() { treegrd.usemulticheckrowheader(true); }