팩토리 » Api

getexceldownloadurl

Description

exceldownload 함수 실행시 호출될 URL를 리턴한다.

Return Value

Type Description
STRING exceldownload 함수 실행시 호출될 URL

Example

function btn_getexceldownloadurl_on_mouseup(objInst) { var sExcelDownloadUrl; sExcelDownloadUrl = factory.getexceldownloadurl(); factory.consoleprint("sExcelDownloadUrl = " + sExcelDownloadUrl); }

See Also

setexceldownloadurl

Viewer Ver.

9.1.1.1

Update Date

20161201