public void Remove產品品號ViewRow(產品品號ViewRow row) {
     this.Rows.Remove(row);
 }
 public 產品品號ViewRowChangeEvent(產品品號ViewRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Add產品品號ViewRow(產品品號ViewRow row) {
     this.Rows.Add(row);
 }