트리 그리드의 행 고정바 위치한 로우의 인덱스를 가져오는 API이다.
function btn_on_mouseup() { var nRow = tgrdTest.getnonfixedtoprow(); screen.alert("고정로우 : " + nRow); }