그리드에 설정된 수직 헤더 스타일 개수를 반환하는 API이다.
headerstyle_vertcount 속성값에 해당하는 값을 리턴한다.
function btn_on_mouseup() { screen.alert("그리드 수직 헤더스타일 개수: " + grd.getvertheaderstylecount()); }