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