Shape.CanvasItems Property
Word Developer Reference |
Returns a CanvasShapes object that represents a collection of shapes in a drawing canvas.
Syntax
expression.CanvasItems
expression Required. A variable that represents a Shape object.
Example
This example creates a new drawing canvas in the active document and adds a circle to the canvas.
Visual Basic for Applications |
---|
|
See Also