次の方法で共有


Documents.OpenOld メソッド

定義

内部使用のために予約されています。

public Microsoft.Office.Interop.Word.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);
abstract member OpenOld : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.Document
Public Function OpenOld (ByRef FileName As Object, Optional ByRef ConfirmConversions As Object, Optional ByRef ReadOnly As Object, Optional ByRef AddToRecentFiles As Object, Optional ByRef PasswordDocument As Object, Optional ByRef PasswordTemplate As Object, Optional ByRef Revert As Object, Optional ByRef WritePasswordDocument As Object, Optional ByRef WritePasswordTemplate As Object, Optional ByRef Format As Object) As Document

パラメーター

FileName
Object
ConfirmConversions
Object
ReadOnly
Object
AddToRecentFiles
Object
PasswordDocument
Object
PasswordTemplate
Object
Revert
Object
WritePasswordDocument
Object
WritePasswordTemplate
Object
Format
Object

戻り値

適用対象