그리드 특정 통계 행의 숨김 여부를 반환하는 API이다.
function btn_on_mouseup(objInst) { // 0번째 통계행 숨김 토글 처리 grd.setstatrowhidden(0, !grd.ishiddenstatrow(0)); }