테이블 셀에 입력되어 있는 텍스트를 셀의 인덱스로 검색하여 반환하는 API이다.
function btn_Getcelltextex_on_mouseup() { // 0번째 셀의 텍스트를 가져온다. screen.alert(tblTest.getcelltextex(0)); }