테이블의 셀 개수를 반환하는 API이다.
function btn_getcellcount_on_mouseup() { screen.alert(tblTest.getcellcount()); }