엑셀 저장시 분할하여 최대 행 갯수를 지정하는 API이다.
nExcelSplitRow 파라미터에 0을 지정시 분할하지 않은다.
function btn_on_mouseup() { grd.setexcelsplitrow(this.fldCount2.gettext()); }