public void RemoveTotalValueWorkAheadReportRow(TotalValueWorkAheadReportRow row) {
     this.Rows.Remove(row);
 }
 public TotalValueWorkAheadReportRowChangeEvent(TotalValueWorkAheadReportRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddTotalValueWorkAheadReportRow(TotalValueWorkAheadReportRow row) {
     this.Rows.Add(row);
 }