트리 그리드 수평 헤더의 텍스트를 가져오는 API이다.
function btn_on_mouseup() { var strText = tgrdTest.getheadertext(0,0); screen.alert("0,0헤더 TEXT : " + strText); }