그리드 특정 컬럼의 excel_masking_length 속성 값을 설정하는 API이다.
function btn_on_mouseup() { screen.alert(grid.setcolumnexcelmaskinglength(1, 6)); }