Spread Silverlight Documentation
Locked Property (ExcelImage)


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

Reference

ExcelImage Class
ExcelImage Members