AppEvents.ProtectedViewWindowBeforeEdit(ProtectedViewWindow, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ProtectedViewWindowBeforeEdit(Microsoft::Office::Interop::Excel::ProtectedViewWindow ^ Pvw, [Runtime::InteropServices::Out] bool % Cancel);
public void ProtectedViewWindowBeforeEdit (Microsoft.Office.Interop.Excel.ProtectedViewWindow Pvw, out bool Cancel);
Public Sub ProtectedViewWindowBeforeEdit (Pvw As ProtectedViewWindow, ByRef Cancel As Boolean)
Parameters
- Cancel
- Boolean