트리 그리드의 선택된 로우의 배경색을 지정하는 API이다.
function btn_on_mouseup() { tgrdTest.setselectrowbackcolor(factory.rgb(255, 144, 0)); // 선택된 로우의 배경색을 지정한다. }