public void RemoveV2Row(V2Row row) {
     this.Rows.Remove(row);
 }
 public V2RowChangeEvent(V2Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddV2Row(V2Row row) {
     this.Rows.Add(row);
 }