Shape.LinkFormat Property
Returns a LinkFormat object that represents the link options of the specified 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 Shape
Dim value As LinkFormat
value = instance.LinkFormat
LinkFormat LinkFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Word.LinkFormat