Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ChartLocks Enumeration


In This Topic
    ChartLocks Enumeration
    In This Topic
    Represents protection options of a chart sheet.
    Syntax
    'Declaration
     
    
    Public Enum ChartLocks 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartLocks
    public enum ChartLocks : System.Enum 
    Members
    MemberDescription
    ContentsProtects the entire chart.
    NoneProtect nothing.
    ObjectsProtect shapes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.ChartLocks

    See Also