트리 그리드 수평 헤더의 개수를 가져오는 API이다.
function btn_on_mouseup() { var nCnt = tgrdTest.gethorzheadercount(); screen.alert("수평헤더 개수 : " + nCnt); }