FormField.Result Property
Returns a Range object that represents the portion of a document that's contained in the specified object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Result As String
Get
Set
'Usage
Dim instance As FormField
Dim value As String
value = instance.Result
instance.Result = value
string Result { get; set; }
Property Value
Type: System.String
Remarks
For information about returning a range from a document or returning a shape range from a collection of shapes, see the Range method.