AppEvents_Event.add_ProtectedViewWindowOpen Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub add_ProtectedViewWindowOpen ( _
param0 As AppEvents_ProtectedViewWindowOpenEventHandler _
)
'Usage
Dim instance As AppEvents_Event
Dim param0 As AppEvents_ProtectedViewWindowOpenEventHandler
instance.add_ProtectedViewWindowOpen(param0)
void add_ProtectedViewWindowOpen(
AppEvents_ProtectedViewWindowOpenEventHandler param0
)