GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ChartProtection Enumeration


ChartProtection Enumeration
Represents protection for the chart.
Syntax
'Declaration
 
Public Enum ChartProtection 
   Inherits System.Enum
 
'Usage
 
Dim instance As ChartProtection
Members
MemberDescription
ChartObjectChart object.
DataData cannot be changed.
DefaultDefault settings of protection.
FormattingFormatting.
NoneNo protection.
SelectionSelection
UserInterfaceUser Interface
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.ChartProtection

See Also