FlexGrid has the ability to "Allow merging." That means adjacent cells with similar values can be merged together if the AllowMerging property is True. This can be done across rows and down columns. _flex.AllowMerging = AllowMergingEnum.Free ' Merge values in column 1. _flex.Cols(1).AllowMerging...