멀티라인 그리드 수직 헤더의 개수를 가져오는 API이다.
function btn_getvertheadercount_on_mouseup() { var nCnt = mgrdTest.getvertheadercount(); screen.alert("수직헤더의 개수 : " + nCnt); }