멀티라인 그리드 통계열의 특정 아이템 텍스트를 반환하는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nRow | short | 로우 인덱스 | 
| nSubRow | short | 서브 로우 인덱스 | 
| nStatCol | short | 통계열 컬럼 인덱스 | 
| Type | Description | 
|---|---|
| STRING | 통계열 아이템 텍스트 | 
nRow/nSubRow/nCol 파라미터가 없는 로우/서브 로우/컬럼 인덱스인 경우 공백문자열 반환
function btn_getstatisticscoltext_on_mouseup()
{
	screen.alert(mgrdTest.getstatisticscoltext(0, 0, 0));
}