Range.Fields Property
Returns a read-only Fields collection that represents all the fields in the range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Fields As Fields
Get
'Usage
Dim instance As Range
Dim value As Fields
value = instance.Fields
Fields Fields { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Fields