트리 그리드의 열 고정바가 위치한 컬럼의 인덱스를 가져오는 API이다.
function btn_on_mouseup() { var nCol = tgrdTest.getnonfixedleftcolumn(); screen.alert("고정컬럼 : " + nCol); }