public void RemovetypedocsIntRow(typedocsIntRow row) {
     this.Rows.Remove(row);
 }
 public typedocsIntRowChangeEvent(typedocsIntRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddtypedocsIntRow(typedocsIntRow row) {
     this.Rows.Add(row);
 }