트리 그리드 아이템이 선택됐을 때 해당 아이템의 배경색을 설정하는 API이다.
function btn_on_mouseup() { tgrdTest.setselectcellbackcolor(factory.rgb(255, 144, 0)); }