그리드 특정 아이템에 셋팅된 텍스트를 반환하는 API이다.
function btngetitemtext_on_mouseup() { screen.alert("그리드 아이템(0,1)의 text : " + grd.getitemtext(0, 1)); }