Shape.LinkFormat Property
Word Developer Reference |
Returns a LinkFormat object that represents the link options of a shape that is linked to a file. Read/only.
Syntax
expression.LinkFormat
expression A variable that represents a Shape object.
Example
This example inserts a graphic as an inline shape (using an INCLUDEPICTURE field) and then displays the source name (Tiles.bmp).
Visual Basic for Applications |
---|
|
See Also