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


In This Topic
    CellProtectionAttributes Enumeration
    In This Topic
    Represents the cell protection attributes.
    Syntax
    'Declaration
     
    
    Public Enum CellProtectionAttributes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellProtectionAttributes
    public enum CellProtectionAttributes : System.Enum 
    Members
    MemberDescription
    AllAll attributes.
    FormulaHiddenIndicates that the formula is hidden.
    LockedIndicates that the cell is locked.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.CellProtectionAttributes

    See Also