멀티라인 그리드의 컬럼 이름으로 해당 컬럼의 인덱스를 반환하는 API이다.
function btn_findcolumn_on_mouseup() { screen.alert(mgrdTest.findcolumn("COLUMN_01")); }