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