Documents.Open2000 Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Open2000 ( _
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, _
ByRef Encoding As Object, _
ByRef Visible 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 Encoding As Object
Dim Visible As Object
Dim returnValue As Document
returnValue = instance.Open2000(FileName, _
ConfirmConversions, ReadOnly, AddToRecentFiles, _
PasswordDocument, PasswordTemplate, _
Revert, WritePasswordDocument, WritePasswordTemplate, _
Format, Encoding, Visible)
Document Open2000(
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,
ref Object Encoding,
ref Object Visible
)
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%
- Encoding
Type: System.Object%
- Visible
Type: System.Object%
Return Value
Type: Microsoft.Office.Interop.Word.Document