GrapeCity.Xaml.Excel
Locked Property (IExcelChart)


GrapeCity.Excel.Chart Namespace > IExcelChart Interface : Locked Property
Represents whether the chart is locked
Syntax
'Declaration
 
Property Locked As Boolean
'Usage
 
Dim instance As IExcelChart
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
bool Locked {get; set;}
See Also

Reference

IExcelChart Interface
IExcelChart Members