그리드 » Api

getheaderimage

Description

해당 헤더에 설정되어 있는 image URL을 반환한다.

Parameters

Parameters Type Description
nHeaderRowIndex short 헤더로우 인덱스
nHeaderColumnIndex short 헤더컬럼 인덱스

Return Value

Type Description
STRING 해당 헤더에 설정되어 있는 image URL을 반환한다.

Example

function btntest_on_mouseup() { var strUrl = grd.getheaderimage(0,1); screen.alert(strUrl); }

Viewer Ver.

9.1.1.1

Update Date

20170523