ShapeRange.LinkFormat Property
Returns a LinkFormat object that contains the properties that are unique to linked OLE objects. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property LinkFormat As LinkFormat
Get
'Usage
Dim instance As ShapeRange
Dim value As LinkFormat
value = instance.LinkFormat
LinkFormat LinkFormat { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.LinkFormat