트리 그리드의 컬럼 개수를 가져오는 API이다.
function btn_on_mouseup() { var nColCnt = tgrdTest.getcolumncount(); screen.alert("컬럼 개수 : " + nColCnt); }