MailMergeField.Code Property

Definition

Returns a Range object that represents a field's code.

public:
 property Microsoft::Office::Interop::Word::Range ^ Code { Microsoft::Office::Interop::Word::Range ^ get(); void set(Microsoft::Office::Interop::Word::Range ^ value); };
public Microsoft.Office.Interop.Word.Range Code { get; set; }
member this.Code : Microsoft.Office.Interop.Word.Range with get, set
Public Property Code As Range

Property Value

Remarks

A field's code is everything that's enclosed by the field characters ({ }) including the leading space and trailing space characters. You can access a field's code without changing the view from field results.

Applies to