Merge Property
This property determines whether adjacent rows of like-valued data are merged within the specified column.
column.Merge = boolean
Read/Write at run time and design time.
Property applies to Column object.
If True, then adjacent rows of like-valued data are merged into a single noneditable cell.
If False (the default), then all cell values are displayed individually, and editing is permitted (unless otherwise restricted).
Note: If the underlying data is translated by the FormatText event or the ValueItems collection, the translated (displayed) data is used for comparison.
See Also