Documents.OpenOld Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function OpenOld ( _
ByRef FileName As Object, _
ByRef ConfirmConversions As Object, _
ByRef ReadOnly As Object, _
ByRef AddToRecentFiles As Object, _
ByRef PasswordDocument As Object, _
ByRef PasswordTemplate As Object, _
ByRef Revert As Object, _
ByRef WritePasswordDocument As Object, _
ByRef WritePasswordTemplate As Object, _
ByRef Format As Object _
) As Document
'Usage
Dim instance As Documents
Dim FileName As Object
Dim ConfirmConversions As Object
Dim ReadOnly As Object
Dim AddToRecentFiles As Object
Dim PasswordDocument As Object
Dim PasswordTemplate As Object
Dim Revert As Object
Dim WritePasswordDocument As Object
Dim WritePasswordTemplate As Object
Dim Format As Object
Dim returnValue As Document
returnValue = instance.OpenOld(FileName, _
ConfirmConversions, ReadOnly, AddToRecentFiles, _
PasswordDocument, PasswordTemplate, _
Revert, WritePasswordDocument, WritePasswordTemplate, _
Format)
Document OpenOld(
ref Object FileName,
ref Object ConfirmConversions,
ref Object ReadOnly,
ref Object AddToRecentFiles,
ref Object PasswordDocument,
ref Object PasswordTemplate,
ref Object Revert,
ref Object WritePasswordDocument,
ref Object WritePasswordTemplate,
ref Object Format
)
Parameters
- FileName
Type: System.Object%
- ConfirmConversions
Type: System.Object%
- ReadOnly
Type: System.Object%
- AddToRecentFiles
Type: System.Object%
- PasswordDocument
Type: System.Object%
- PasswordTemplate
Type: System.Object%
- Revert
Type: System.Object%
- WritePasswordDocument
Type: System.Object%
- WritePasswordTemplate
Type: System.Object%
- Format
Type: System.Object%
Return Value
Type: Microsoft.Office.Interop.Word.Document