[]
Merges the cells in the represented range into a single merged cell.
void Merge(bool isAcross = false)
Sub Merge(Optional isAcross As Boolean = False)
Type | Name | Description |
---|---|---|
bool | isAcross | Optional Object. True to merge cells in each row of the specified range as separate merged cells. The default value is False. |