그리드 헤더에 입력된 텍스트 값을 반환하는 API이다.
function btn_getheadertext_on mouseup() { screen.alert(grd.getheadertext(0,1)); }