Share via


Presentations.OpenOld Method

Reserved for internal use.

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

Syntax

'Declaration
Function OpenOld ( _
    FileName As String, _
    ReadOnly As MsoTriState, _
    Untitled As MsoTriState, _
    WithWindow As MsoTriState _
) As Presentation
'Usage
Dim instance As Presentations
Dim FileName As String
Dim ReadOnly As MsoTriState
Dim Untitled As MsoTriState
Dim WithWindow As MsoTriState
Dim returnValue As Presentation

returnValue = instance.OpenOld(FileName, _
    ReadOnly, Untitled, WithWindow)
Presentation OpenOld(
    string FileName,
    MsoTriState ReadOnly,
    MsoTriState Untitled,
    MsoTriState WithWindow
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Presentation

See Also

Reference

Presentations Interface

Presentations Members

Microsoft.Office.Interop.PowerPoint Namespace