그리드 특정 헤더에 이미지를 설정한다.
| Parameters | Type | Description | 
|---|---|---|
| nHeaderRow | short | 수평헤더 로우 인덱스 | 
| nHeaderCol | short | 수평헤더 컬럼 인덱스 | 
| strImageURL | STRING | 이미지 경로 | 
| Type | Description | 
|---|---|
| BOOL | 정상 적용 여부(true, false) | 
function btntest_on_mouseup()
{
	grd.setheaderimage(0, 1, "/Image/icon1.gif");
}