public void RemoveiconRow(iconRow row) { this.Rows.Remove(row); }
public iconRowChangeEvent(iconRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddiconRow(iconRow row) { this.Rows.Add(row); }