멀티라인 그리드 특정 아이템의 텍스트를 반환하는 API이다.
function btn_getitemtext_on_mouseup() { screen.alert(mgrdTest.getitemtext(0, 1, 2)); }