트리 그리드 특정 컬럼의 너비를 가져오는 API이다.
function btn_on_mouseup() { var nWidth = tgrdTest.getcolumnwidth(1); screen.alert("1번째 컬럼 너비 : " + nWidth); }