Field.Result Property
Returns a Range object that represents a field's result.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Result As Range
Get
Set
'Usage
Dim instance As Field
Dim value As Range
value = instance.Result
instance.Result = value
Range Result { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.Range
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.