멀티라인 그리드 특정 헤더의 글자색을 반환하는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nHeaderRow | short | 헤더 로우 인덱스 | 
| nHeaderCol | short | 헤더 컬럼 인덱스 | 
| Type | Description | 
|---|---|
| COLOR | 헤더 글자 색상 | 
function btn_getheaderforecolor_on_mouseup()
{
	var clrFore = mgrdTest.getheaderforecolor(0, 1);
	screen.alert(clrFore);
}