그리드 특정 아이템의 파일 저장시 masking_length 속성 값을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nRow | long | 로우 인덱스 |
nSubRow | short | 서브 로우 인덱스 |
nColumn | short | 컬럼 인덱스 |
nMaskingLength | short | 마스킹 길이 |
Type | Description |
---|---|
BOOL | 정상 처리 여부 |
function btn_on_mouseup()
{
screen.alert(grid.setitemexcelmaskinglength(0, 0, 1, 6));
}