TMS FireMonkey Grid
Example 9 : Merging demo

Also programmatically a selection of cells can be merged or splitted with:
TMSFMXGrid1.MergeSelection(TMSFMXGrid1.Selection); TMSFMXGrid1.SplitCell(TMSFMXGrid1.FocusedCell.Col,TMSFMXGrid1.FocusedCell.Row);
×