Field Interface

Represents a field. The Field object is a member of the Fields collection. The Fields collection represents the fields in a selection, range, or document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("0002092F-0000-0000-C000-000000000046")> _
Public Interface Field
'Usage
Dim instance As Field
[GuidAttribute("0002092F-0000-0000-C000-000000000046")]
public interface Field

Remarks

Use Fields(index), where index is the index number, to return a single Field object. The index number represents the position of the field in the selection, range, or document.

Use the Add method to add a field to the Fields collection.

See Also

Reference

Field Members

Microsoft.Office.Interop.Word Namespace