그리드 아이템의 높이를 가져오는 API이다.
function btn_on_mouseup() { screen.alert("그리드 아이템 높이 : " + grd.getitemheight()); }