그리드 특정 컬럼에 textright_image_show 속성값 반환하는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nSubRow | short | 서브로우 인덱스 | 
| nColumn | short | 컬럼 인덱스 | 
| Type | Description | 
|---|---|
| BOOL | textright_image_show 속성값 | 
function btn_test_on_mouseup()
{
    screen.alert(grd.getcolumntextrightimageshow(0, 0));
}