'Declaration
Public Enum ProtectionMode Inherits System.Enum
'Usage
Dim instance As ProtectionMode
public enum ProtectionMode : System.Enum
'Declaration
Public Enum ProtectionMode Inherits System.Enum
'Usage
Dim instance As ProtectionMode
public enum ProtectionMode : System.Enum
Member | Description |
---|---|
None | The object is not protected. |
PasswordProtected | The object is protected by password. |
Protected | The object is protected without password. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.ProtectionMode