트리그리드의 선택된 행의 글자색을 가져오는 API이다.
function btn_on_mouseup() { // 선택된 행 글자 색상 읽어들이기 var clrSelectRowFore = treegrid.getselectrowforecolor(); }