데이터셋 컬럼 갯수를 반환한다.
function btnColumnCount() { var nColumnCount = DS_RECORD.getcolumncount(); screen.alert(nColumnCount); }