멀티라인 그리드 헤더의 높이값을 가져오는 API이다.
function btn_GetHeight_on_mouseup() { var nHeight = mgrdTest.getheaderheight(); screen.alert("멀티라인그리드 헤더높이 : " + nHeight); }