Selection.Fields Property

Returns a read-only Fields collection that represents all the fields in the selection.

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 Selection
Dim value As Fields

value = instance.Fields
Fields Fields { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Fields

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace