ContentControl.Ungroup Method

Definition

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.

Applies to