Range.InlineShapes Property
Word Developer Reference |
Returns an InlineShapes collection that represents all the InlineShape objects in a range. Read-only.
Syntax
expression.InlineShapes
expression A variable that represents a Range object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example displays the number of shapes and inline shapes in the active document.
Visual Basic for Applications |
---|
|
See Also