Multiline rows within Grids
Grid cells can contain multiple lines of text using the multi-line string Type$ setting. If multi-line strings are to be displayed in a grid the LinesPerRow property must be set accordingly. For example:
.GridControl1.Cell(6,0).LinesPerRow = 2