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


In This Topic
    WorkbookLocks Enumeration
    In This Topic
    Represent protected data of the workbook.
    Syntax
    'Declaration
     
    
    Public Enum WorkbookLocks 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WorkbookLocks
    public enum WorkbookLocks : System.Enum 
    Members
    MemberDescription
    AllProtect all data.
    NoneProtect nothing.
    StructureProtect the structure of the workbook (the relative position of the sheets).
    WindowsProtect the workbook windows.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.WorkbookLocks

    See Also