Slides.Add Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function Add ( _
    Index As Integer, _
    Layout As PpSlideLayout _
) As Slide
'Usage
Dim instance As Slides
Dim Index As Integer
Dim Layout As PpSlideLayout
Dim returnValue As Slide

returnValue = instance.Add(Index, Layout)
Slide Add(
    int Index,
    PpSlideLayout Layout
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Slide

See Also

Reference

Slides Interface

Slides Members

Microsoft.Office.Interop.PowerPoint Namespace