ContentControl.Ungroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a group content control from a document so that its child content controls are no longer nested and can be freely edited.
public:
void Ungroup();
public void Ungroup ();
abstract member Ungroup : unit -> unit
Public Sub Ungroup ()
Remarks
This method fails if you run it on a control that is not of type wdContentControlGroup.