ContentControl.Ungroup Method
Removes a group content control from a document so that its child content controls are no longer nested and can be freely edited.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Ungroup
'Usage
Dim instance As ContentControl
instance.Ungroup()
void Ungroup()
Remarks
This method fails if you run it on a control that is not of type wdContentControlGroup.