멀티라인 그리드의 선택된 로우의 테두리 색을 설정하는 API이다.
function btn_on_mouseup() { mgrdTest.setselectrowbordercolor(factory.rgb(255, 0, 0)); //선택 로우의 테두리색을 지정한다. }