그리드 » Api

getexceluploadrow

Description

엑셀 업로드 최대 데이터 행 excel_upload_row 속성값을 리턴하는 API이다.

Return Value

Type Description
long 엑셀 업로드 최대행 갯수 (excel_upload_row 속성값)

Example

function btn_on_mouseup() { screen.alert(grd.getexceluploadrow()); this.grd.setexceluploadrow(20); screen.alert(grd.getexceluploadrow()); }

See Also

setexceluploadrow

Viewer Ver.

22.7.18.1

Update Date

20220718