트리그리드 » Api

getexceldownloadrow

Description

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

Return Value

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

Example

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

See Also

setexceldownloadrow
setexcelsplitrow

Viewer Ver.

9.1.1.1

Update Date

20220714