XlProtectedViewCloseReason Enum
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.
Specifies how the Protected View window was closed.
public enum class XlProtectedViewCloseReason
public enum XlProtectedViewCloseReason
Public Enum XlProtectedViewCloseReason
- Inheritance
-
XlProtectedViewCloseReason
Fields
Name | Value | Description |
---|---|---|
xlProtectedViewCloseNormal | 0 | The window was closed normally. |
xlProtectedViewCloseEdit | 1 | The window was closed when the user clicked the Enable Editing button. |
xlProtectedViewCloseForced | 2 | The window was closed because the application shut it down forcefully or stopped responding. |