그리드 컬럼의 총 개수를 가져오는 API이다.
function btn_getcolcount_on_mouseup() { screen.alert("컬럼개수는 " + grid.getcolumncount() + " 입니다."); }