멀티라인그리드 » Api

getexceldownloadoption

Description

그리드 excel_download_option 속성값을 리턴하는 API이다.

Return Value

Type Description
STRING excel_download_option 속성값

Remark

excel_download_option 속성값에 "1"을 설정시 순번 옵션이 포함된다.

Example

function btn_on_mouseup() { if (grd.getexceldownloadoption() == "1") { grd.setexceldownloadoption("0"); } else { grd.setexceldownloadoption("1"); } }

See Also

setexceldownloadoption

Viewer Ver.

23.2.21.1

Update Date

20230221