CustomLayouts.Add Method (PowerPoint)
Returns a CustomLayout object that represents a new custom layout.
Syntax
expression .Add(Index)
expression A variable that represents a CustomLayouts object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Index |
Required |
Long |
The index number of the custom layout. The default value is -1, which means that if the Index argument is omitted, the new custom layout is added at the end of existing custom layouts. |
Return Value
CustomLayout