트리그리드의 선택된 행의 글자색을 지정하는 API이다.
function btn_on_mouseup() { // 선택된 행의 글자색을 지정한다. treegrid.setselectrowforecolor(factory.rgb(255, 0, 0)); }