그리드 » Api

setexcelsplitrow

Description

엑셀 저장시 분할하여 최대 행 갯수를 지정하는 API이다.

Parameters

Parameters Type Description
nExcelSplitRow long 엑셀 분할행 갯수

Return Value

Type Description
void 없음

Remark

nExcelSplitRow 파라미터에 0을 지정시 분할하지 않은다.

Example

function btn_on_mouseup() { grd.setexcelsplitrow(this.fldCount2.gettext()); }

See Also

setexceldownloadrow

Viewer Ver.

9.1.1.1

Update Date

20220117