트리 그리드의 선택된 행의 배경색을 가져오는 API이다.
function btn_on_mouseup() { // 트리 그리드의 선택된 행 배경 색상 var clrSelectRowBack = tgrdTest.getselectrowbackcolor(); }