public void RemovefillRow(fillRow row) { this.Rows.Remove(row); }
public fillRowChangeEvent(fillRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddfillRow(fillRow row) { this.Rows.Add(row); }