그리드의 순번 컬럼 글자색을 지정하는 API이다.
function btn_on_mouseup() { grd.setlinenumberforecolor(factory.rgb(255, 255, 0)); //그리드 순번 컬럼 글자 색상 지정. }