public Row(Table table, int index) { _table = table; _index = index; }
public Cell(Table table, int row, int column) { _table = table; _row = row; _column = column; }