ApplicationClass.add_ProtectedViewWindowBeforeEdit Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub add_ProtectedViewWindowBeforeEdit ( _
param0 As AppEvents_ProtectedViewWindowBeforeEditEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As AppEvents_ProtectedViewWindowBeforeEditEventHandler
instance.add_ProtectedViewWindowBeforeEdit(param0)
public virtual void add_ProtectedViewWindowBeforeEdit(
AppEvents_ProtectedViewWindowBeforeEditEventHandler param0
)