Fields MembersĀ 

A collection of Field objects that represent all the fields in a selection, range, or document.

The following tables list the members exposed by the Fields type.

Public 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.
Item Returns an individual object in a collection.
Locked Determines if all fields in the Fields collection are locked.
Parent Returns an object that represents the parent object of the specified object.

Top

Public Methods

  Name Description
Add Adds a Field object to the Fields collection.
GetEnumerator Returns an enumerator to support iterating through the collection.
ToggleShowCodes Toggles the display of the fields between field codes and field results.
Unlink Replaces all the fields in the Fields collection with their most recent results.
Update Updates the result of the fields object.
UpdateSource Saves the changes made to the results of an INCLUDETEXT field back to the source document.

Top

See Also

Reference

Fields Interface
Microsoft.Office.Interop.Word Namespace