[]
Specifies how the control handles automatic merging of cells based on the values in the cells.
public enum MergePolicy : byte
Public Enum MergePolicy As Byte
| Name | Description |
|---|---|
| Always | Always automatically merges neighboring cells with identical values. |
| None | Never automatically merges cells. |
| Restricted | Automatically merges neighboring cells with identical values if the corresponding cells in another row or column are similarly merged. |