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
Public method Copy Copies the specified object to the Clipboard.
Public method Cut Removes the specified object from the document and places it on the Clipboard.
Public method Delete Deletes the specified object.
Public method Select Selects the specified object.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Code Returns a Range object that represents a field's code.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Locked True if the specified field is locked. When a field is locked, you cannot update the field results.
Public property Next Returns the next object in the collection.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Previous Returns the previous object in the collection.
Public property Type Returns the field type.

Top

See Also

Reference

MailMergeField Interface

Microsoft.Office.Interop.Word Namespace