FormFields.Add(Range, WdFieldType) Method

Definition

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

public:
 Microsoft::Office::Interop::Word::FormField ^ Add(Microsoft::Office::Interop::Word::Range ^ Range, Microsoft::Office::Interop::Word::WdFieldType Type);
public Microsoft.Office.Interop.Word.FormField Add (Microsoft.Office.Interop.Word.Range Range, Microsoft.Office.Interop.Word.WdFieldType Type);
abstract member Add : Microsoft.Office.Interop.Word.Range * Microsoft.Office.Interop.Word.WdFieldType -> Microsoft.Office.Interop.Word.FormField
Public Function Add (Range As Range, Type As WdFieldType) As FormField

Parameters

Range
Range

Required Range object. The range where you want to add the form field. If the range isn't collapsed, the form field replaces the range.

Type
WdFieldType

Required WdFieldType. The type of form field to add.

Returns

Applies to