멀티라인그리드 » Api

getitemexcelmaskinglength

Description

그리드 특정 아이템의 파일 저장시 masking_length 속성 값을 반환하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nSubRow short 서브 로우 인덱스
nColumn short 컬럼 인덱스

Return Value

Type Description
short 특정 아이템의 파일 저장시 masking_length 속성 값

Remark

오류가 발생하거나, 기존에 아이템에 값이 설정되어 있지 않은 경우에는, -1 값이 리턴된다.

Example

function btn_on_mouseup() { screen.alert(grid.getitemexcelmaskinglength(0, 0, 1)); }

See Also

setitemexcelmaskinglength

Viewer Ver.

23.4.10.1

Update Date

20230410