테이블뷰 컬럼 갯수를 반환한다.
function btnColumnCount() { var nColumnCount = tableview.getcolumncount(); screen.alert(nColumnCount); }