메타 검색을 한 특정 셀의 소수점 입력 길이를 반환하는 API이다.SOFTBASE
Parameters | Type | Description |
---|---|---|
nSubRow | short | 서브 로우 인덱스 |
nColumn | short | 컬럼 인덱스 |
Type | Description |
---|---|
short | 소수점 자리수 |
function btn_meta_on_mouseup()
{
screen.alert(tree_grid.getcolumnmetaplace(0,1));
}