그리드에 설정된 수직 헤더 개수를 반환하는 API이다.
function btn_getvertheadercount_on_mouseup() { screen.alert("그리드수직헤더개수: " + grd.getvertheadercount()); }