메타 검색을 한 특정 셀의 Meta_infotype를 반환하는 API이다.SOFTBASE
Parameters | Type | Description |
---|---|---|
nSubRow | short | 서브 로우 인덱스 |
nColumn | short | 컬럼 인덱스 |
Type | Description |
---|---|
STRING | 데이터 타입 |
function btn_meta_on_mouseup()
{
screen.alert(tree_grid.getcolumnmetadatatype(0, 1));
}