그리드 특정 컬럼의 excel_masking_length 속성 값을 반환하는 API이다.
Parameters | Type | Description |
---|---|---|
nSubRow | short | 서브로우 인덱스 |
nColumn | short | 컬럼 인덱스 |
Type | Description |
---|---|
short | 특정 컬럼에 masking_length 속성 값 |
function btn_on_mouseup()
{
screen.alert(grid.getcolumnexcelmaskinglength(0, 1));
}