Designs.Add method (PowerPoint)
Returns a Design object that represents a new slide design.
Syntax
expression.Add (designName, Index)
expression A variable that represents a Designs object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
designName | Required | String | The name of the design. |
Index | Optional | Integer | The index number of the design in the Designs collection. The default value is -1, which means that if you omit the Index parameter, the new slide design is added at the end of existing slide designs. |
Return value
Design
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.