GrapeCity.Xaml.Excel
Locked Property (ExcelImage)


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

Reference

ExcelImage Class
ExcelImage Members