Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Subdocuments Interface
Definition
- Namespace:
- Microsoft.Office.Interop.Word
- Assembly:
- Microsoft.Office.Interop.Word.dll
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.
A collection of Subdocument objects that represent the subdocuments in a range or document.
public interface class Subdocuments : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020988-0000-0000-C000-000000000046")]
public interface Subdocuments : System.Collections.IEnumerable
type Subdocuments = interface
interface IEnumerable
Public Interface Subdocuments
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the Subdocuments property of a Range or Document object to return the Subdocuments collection.
Use the AddFromFile(Object, Object, Object, Object, Object, Object, Object, Object) or AddFromRange(Range) method to add a subdocument to a document.
Use Subdocuments(index), where index is the index number, to return a single Subdocument object.
Properties
| 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[Int32] |
Returns an individual object in a collection. |
| Parent |
Returns an object that represents the parent object of the specified object. |
Methods
| AddFromFile(Object, Object, Object, Object, Object, Object, Object, Object) |
Adds the specified subdocument to the master document at the start of the selection and returns a Subdocument object. |
| AddFromRange(Range) |
Creates one or more subdocuments from the text in the specified range and returns a Subdocument object. |
| Delete() |
Deletes the specified object. |
| GetEnumerator() | |
| Merge(Object, Object) |
Merges the specified subdocuments of a master document into a single subdocument. |
| Select() |
Selects the specified object. |
Applies to
Feedback
Was this page helpful?
