현재 스크롤 대상 시작 열 인덱스를 지정한다.
| Parameters | Type | Description | 
|---|---|---|
| nColumn | short | 스크롤 시작 열 인덱스 | 
| Type | Description | 
|---|---|
| BOOL | 정상 처리 여부 | 
function btn_on_mouseup(objInst)
{
    grdList.setscrollleftcolumn(2);
	// 현재 스크롤 시작 행 인덱스를 구함
    factory.consoleprint("scroll top row = " + grdList.getscrollleftcolumn());
}