IProtectedViewWindows.Open Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Open ( _
Filename As String, _
Password As Object, _
AddToMru As Object, _
RepairMode As Object _
) As ProtectedViewWindow
'Usage
Dim instance As IProtectedViewWindows
Dim Filename As String
Dim Password As Object
Dim AddToMru As Object
Dim RepairMode As Object
Dim returnValue As ProtectedViewWindow
returnValue = instance.Open(Filename, _
Password, AddToMru, RepairMode)
ProtectedViewWindow Open(
string Filename,
Object Password,
Object AddToMru,
Object RepairMode
)
Parameters
- Filename
Type: System.String
- Password
Type: System.Object
- AddToMru
Type: System.Object
- RepairMode
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.ProtectedViewWindow