Subdocuments Members
Include Protected Members
Include Inherited Members
A collection of Subdocument objects that represent the subdocuments in a range or document.
The Subdocuments type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddFromFile | Adds the specified subdocument to the master document at the start of the selection and returns a Subdocument object. | |
AddFromRange | Creates one or more subdocuments from the text in the specified range and returns a Subdocument object. | |
Delete | Deletes the specified object. | |
GetEnumerator | (Inherited from IEnumerable.) | |
Merge | Merges the specified subdocuments of a master document into a single subdocument. | |
Select | Selects the specified object. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Expanded | True if the subdocuments in the specified document are expanded. | |
Item | Returns an individual object in a collection. | |
Parent | Returns an object that represents the parent object of the specified object. |
Top