InlineShape.Field Property
Word Developer Reference |
Returns a Field object that represents the field associated with the specified inline shape. Read-only.
Syntax
expression.Field
expression A variable that represents an InlineShape object.
Remarks
Use the Fields property to return the Fields collection.
Example
This example inserts a graphic as an inline shape (using an INCLUDEPICTURE field) and then displays the shape's field code.
Visual Basic for Applications |
---|
|
See Also