테이블뷰 행 갯수를 반환한다.
숨겨져 있는 행의 갯수도 포함되어 계산된다.
function btnRowCount() { var nRowCount = tableview.getrowcount(); screen.alert(nRowCount); }