CellPermissionAccess 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.
Indicates the level of access given to a CellPermission object.
[System.Runtime.InteropServices.Guid("D42D5E20-42CF-4d5b-AD48-08AC68793304")]
public enum CellPermissionAccess
[<System.Runtime.InteropServices.Guid("D42D5E20-42CF-4d5b-AD48-08AC68793304")>]
type CellPermissionAccess =
Public Enum CellPermissionAccess
- Inheritance
-
CellPermissionAccess
- Attributes
Fields
Name | Value | Description |
---|---|---|
Read | 0 | Read-Only access is allowed. |
ReadContingent | 1 | Read-contingent access is allowed. |
ReadWrite | 2 | Read-write access is allowed. |