멀티라인 그리드 특정 컬럼의 description을 가져오는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nSubRow | short | 서브 로우 인덱스 | 
| nColumn | short | 컬럼 인덱스 | 
| Type | Description | 
|---|---|
| STRING | 컬럼의 description | 
function btn_getcolumndescription_on_mouseup()
{
	screen.alert(mgrdTest.getcolumndescription(0,1));
}