ControlCollection.AddGroupContentControl Method (2007 System)
Include Protected Members
Include Inherited Members
Adds a new GroupContentControl to the document.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
AddGroupContentControl(String)
Adds a new GroupContentControl at the current selection in the document.
AddGroupContentControl(ContentControl, String)
Adds a new GroupContentControl that is based on a native content control in the document.
AddGroupContentControl(Range, String)
Adds a new GroupContentControl at the specified range in the document.
Top