Share via


AppEvents.ProtectedViewWindowBeforeEdit Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub ProtectedViewWindowBeforeEdit ( _
    Pvw As ProtectedViewWindow, _
    <OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As AppEvents
Dim Pvw As ProtectedViewWindow
Dim Cancel As Boolean

instance.ProtectedViewWindowBeforeEdit(Pvw, _
    Cancel)
void ProtectedViewWindowBeforeEdit(
    ProtectedViewWindow Pvw,
    out bool Cancel
)

Parameters

See Also

Reference

AppEvents Interface

AppEvents Members

Microsoft.Office.Interop.Excel Namespace