트리 그리드에 선택된 컬럼의 인덱스를 가져오는 API이다.
function btn_on_mouseup() { screen.alert("선택된열 : " + tgrdTest.getselectcolumn()); }