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