엑셀 저장시 저장할 최대 데이터 행 갯수를 리턴하는 API이다.
function btn_on_mouseup() { this.grd.setexceldownloadrow(this.fldCount1.gettext()); screen.alert(grd.getexceldownloadrow()); }