트리그리드 » Api

getitempatternmask

Description

특정 아이템 데이터의 마스크 패턴을 리턴하는 API이다.

Parameters

Parameters Type Description
nRow long 행 인덱스
nCol long 열 인덱스

Return Value

Type Description
void 아이템에 지정된 마스크 패턴

Remark

* ex) AAA-XXAA

* nRow/nCol 파라미터에 그리드에 없는 행/열 인덱스 입력시 공백문자열이 반환된다.
* 마스크 패턴이 설정되어 있지 않은 경우 공백문자열이 반환된다

Example

function btngetitempatternmask_on_mouseup() { var strPatternMask = grdList.getitempatternmask(0, 1); }

See Also

getitempatternmask

Viewer Ver.

9.1.1.1

Update Date

20220503