Share via


Presentations.Add Method

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

Syntax

'Declaration
Function Add ( _
    WithWindow As MsoTriState _
) As Presentation
'Usage
Dim instance As Presentations
Dim WithWindow As MsoTriState
Dim returnValue As Presentation

returnValue = instance.Add(WithWindow)
Presentation Add(
    MsoTriState WithWindow
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Presentation

See Also

Reference

Presentations Interface

Presentations Members

Microsoft.Office.Interop.PowerPoint Namespace