public NetAppAggregateRow(NetAppAggregate aggr) { aggregate = aggr; for (int i = 0; i < 5; i++) { Cells.Add(new DataGridViewTextBoxCell()); UpdateCell(i); } }