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