MailMergeField Members
Include Protected Members
Include Inherited Members
Represents a single mail merge field in a document.
The MailMergeField type exposes the following members.
Methods
Name | Description | |
---|---|---|
Copy | Copies the specified object to the Clipboard. | |
Cut | Removes the specified object from the document and places it on the Clipboard. | |
Delete | Deletes the specified object. | |
Select | Selects the specified object. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Code | Returns a Range object that represents a field's code. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Locked | True if the specified field is locked. When a field is locked, you cannot update the field results. | |
Next | Returns the next object in the collection. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Previous | Returns the previous object in the collection. | |
Type | Returns the field type. |
Top