멀티라인그리드 » Api

getcolumncheckboxtitle

Description

그리드 칼럼의 inputtype이 체크박스일 때 체크박스 옆의 텍스트를 리턴한다.

Parameters

Parameters Type Description
nSubRow short 서브로우 인덱스
nCol short 컬럼 인덱스

Return Value

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

Example

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

See Also

setcolumncheckboxtitle

Viewer Ver.

9.1.1.1

Update Date

20190816