그리드 » Api

setexceldownloadrow

Description

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

Parameters

Parameters Type Description
nExcelMaxRow long 엑셀 다운로드 최대행 갯수

Return Value

Type Description
BOOL 정상 처리 여부

Remark

nExcelMaxRow 파라미터에 0 지정시, 그리드 데이터행을 기준으로 처리한다.

Example

function btn_on_mouseup() { this.grd.setexceldownloadrow(this.fldCount1.gettext()); screen.alert(grd.getexceldownloadrow()); }

See Also

getexceldownloadrow
setexcelsplitrow

Viewer Ver.

9.1.1.1

Update Date

20220714