FormFields.Add Method

Returns a FormField object that represents a new form field added at a range.

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

Syntax

'Declaration
Function Add ( _
    Range As Range, _
    Type As WdFieldType _
) As FormField
'Usage
Dim instance As FormFields
Dim Range As Range
Dim Type As WdFieldType
Dim returnValue As FormField

returnValue = instance.Add(Range, Type)
FormField Add(
    Range Range,
    WdFieldType Type
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.FormField

See Also

Reference

FormFields Interface

FormFields Members

Microsoft.Office.Interop.Word Namespace