그리드 특정 컬럼의 hint_text 속성을 반환하는 API이다.
function btn_on_mouseup() { screen.alert("1번째 컬럼 hint_text 속성 : " + grd.getcolumnhinttext(1)); }