public void RemoveUnfinishedWorksheetReportSourceRow(UnfinishedWorksheetReportSourceRow row) {
     this.Rows.Remove(row);
 }
 public UnfinishedWorksheetReportSourceRowChangeEvent(UnfinishedWorksheetReportSourceRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddUnfinishedWorksheetReportSourceRow(UnfinishedWorksheetReportSourceRow row) {
     this.Rows.Add(row);
 }