그리드 칼럼 statrow_expr_func 속성을 리턴한다.
| Parameters | Type | Description |
|---|---|---|
| nSubRow | short | 서브로우 인덱스 |
| nColumn | short | 열 인덱스 |
| Type | Description |
|---|---|
| STRING | statrow_expr_func 속성값 |
function btn_on_mouseup(objInst)
{
screen.alert("func name = " + grd.getcolumnstatrowexprfunc(0, 2));
}