트리그리드 » Api

getitemcheckboxtitle

Description

그리드 특정 아이템의 inputtype이 체크박스일 때 체크박스 옆의 텍스트를 리턴한다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nCol short 컬럼 인덱스
bRetColumnValue BOOL [옵션] 아이템값 미지정시, 칼럼값 리턴 여부(기본값: false)

Return Value

Type Description
BOOL 아이템 체크박스 타이틀

Example

function btn_on_mouseup() { var strCheckboxTitle = grd.getitemcheckboxtitle(0, 2); }

See Also

setitemcheckboxtitle

Viewer Ver.

9.1.1.1

Update Date

20190816