수평헤더의 meta_id속성값을 반환하는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nHeaderRow | short | 수평헤더 행 Index | 
| nHeaderCol | short | 수평헤더 열 Index | 
| Type | Description | 
|---|---|
| STRING | 수평헤더의 meta_id속성값 | 
function btnTest_on_mouseup()
{
	screen.alert("header meta_id값 : " + mgrid.getheadermetaid(0, 1);
}