Range.UnMerge Method
Separates a merged area into individual cells.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub UnMerge
'Usage
Dim instance As Range
instance.UnMerge()
void UnMerge()