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
- FileName
Type: System.String
- ReadOnly
Type: Microsoft.Office.Core.MsoTriState
- Untitled
Type: Microsoft.Office.Core.MsoTriState
- WithWindow
Type: Microsoft.Office.Core.MsoTriState
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Presentation