Field.LinkFormat Property
Returns a LinkFormat object that represents the link options of the specified field, inline shape, or shape that's linked to a file.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property LinkFormat As LinkFormat
Get
'Usage
Dim instance As Field
Dim value As LinkFormat
value = instance.LinkFormat
LinkFormat LinkFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Word.LinkFormat