Designs.Clone Method
PowerPoint Developer Reference |
Creates a copy of a Design object.
Syntax
expression.Clone(pOriginal, Index)
expression A variable that represents a Designs object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
pOriginal | Required | Design | Design object. The original design. |
Index | Optional | Long | The index location in the Designs collection into which the design will be copied. If Index is omitted, the cloned design is added to the end of the Designs collection. |
Return Value
Design
Example
This example creates a design and clones the newly created design.
Visual Basic for Applications |
---|
|
See Also