property Items.CellMerge([Item as Variant], [ColIndex as Variant]) as Variant
Retrieves or sets a value that indicates the index of the cell that's merged to.
| | Type | Description | |
| |
Item as Variant |
A long expression that indicates the item's handle.
| |
| |
ColIndex as Variant |
A long expression that indicates the column's
index, a string expression that indicates the column's caption or the
column's key.
| |
| |
Variant |
A long expression that indicates the index of the cell that's merged with, a
safe array that holds the indexes of the cells being merged.
| |