해당 헤더에 설정되어 있는 image URL을 반환한다.
Parameters | Type | Description |
---|---|---|
nHeaderRowIndex | short | 헤더로우 인덱스 |
nHeaderColumnIndex | short | 헤더컬럼 인덱스 |
Type | Description |
---|---|
STRING | 해당 헤더에 설정되어 있는 image URL을 반환한다. |
function btntest_on_mouseup()
{
var strUrl = grd.getheaderimage(0,1);
screen.alert(strUrl);
}