ShapeRange Property.ShapeRange Property
Publisher Developer ReferencePublisher Developer Reference |
Returns a ShapeRange collection that represents all the Shape objects in the specified range or selection. The shape range can contain drawings, shapes, pictures, OLE objects, ActiveX controls, text objects, and callouts.
Syntax
expression.ShapeRange
expression A variable that represents a ShapeRange Property object.
Return Value
ShapeRange
Example
The following example sets the fill pattern for all the shapes in the selection. This example assumes one or more shapes are selected in the active publication.
Visual Basic for Applications |
---|
|
The following example applies shadow and fill formatting to all the shapes in the selection. This example assumes one or more shapes are selected in the active publication.
Visual Basic for Applications |
---|
|
See Also