Action

입력을 IBSheet상단에 표시

	<h5:Action name="new" type="SCRIPT">
		setRow = mySheet.DataInsert(0);
 
		mySheet.SetCellValue(setRow, "sStatus", "I");
		mySheet.SetCellValue(setRow, "pay_hobong_id", "pay_hobong_id"+(_autoSequence++));
	</h5:Action>