그리드 칼럼의 inputtype이 체크박스일 때 체크박스 옆의 텍스트를 리턴한다.
Parameters | Type | Description |
---|---|---|
nSubRow | short | 서브로우 인덱스 |
nCol | short | 컬럼 인덱스 |
Type | Description |
---|---|
BOOL | 아이템 체크박스 타이틀 |
function btn_on_mouseup()
{
var strCheckboxTitle = grd.getcolumncheckboxtitle(0, 0);
}