특정 컬럼의 엑셀 인터페이스 여부를 가져오는 API이다.
function btn_on_mouseup() { var bch = tgrd.getcolumnexcelrw(1); screen.alert("1번째 컬럼 엑셀저장여부 : " + bch); }