테이블 열 개수를 반환한다.
셀의 x 좌표를 기준으로 열이 구분된다.
function btnColumnCount() { var nColumnCount = table.getcolumncount(); screen.alert(nColumnCount); }