테이블 행 개수를 반환한다.
셀의 y 좌표를 기준으로 행이 구분된다.
function btnRowCount() { var nRowCount = table.getrowcount(); screen.alert(nRowCount); }