멀티라인 그리드에 지정된 로우 구분색의 단위수를 가져오는 API이다.
function btn_on_mouseup() { screen.alert(mgrdTest.getcelldividerowcount()); //그리드 로우 구분색의 단위수를 가져온다 }