You should be able to use the Cells matrix: MyGrid->Cells[0,0] = "Hello"; Note that i,j are 0 based. Use RowCount and ColCount to find out the number of items. Rob