멀티라인 그리드 체크박스열의 특정 로우 체크 여부를 선택하는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nRow | long | 로우 인덱스 | 
| bChecked | BOOL | 체크 여부(true, false) | 
| Type | Description | 
|---|---|
| void | 없음 | 
* use_checkrow 로 추가된 체크박스열인 경우에만 해당된다.
function btn_setcheckedrow_on_mouseup()
{
	mgrdTest.setcheckedrow(0, true);
}