그리드 특정 컬럼의 숨김 여부를 가져오는 API이다.
function btn_on_mouseup() { var bHidden = grd.ishiddencolumn(3); screen.alert("해당 컬럼 숨김 여부 : " + bHidden); }