Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ProtectionMode Enumeration


In This Topic
    ProtectionMode Enumeration
    In This Topic
    Represents the protection type of the workbook or worksheet.
    Syntax
    'Declaration
     
    
    Public Enum ProtectionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ProtectionMode
    public enum ProtectionMode : System.Enum 
    Members
    MemberDescription
    NoneThe object is not protected.
    PasswordProtectedThe object is protected by password.
    ProtectedThe object is protected without password.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.ProtectionMode

    See Also