Field.Result Property

Definition

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

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

Property Value

Remarks

You can access a field result without changing the view from field codes. Use the Text property to return text from a Range object.

Applies to