Spread Silverlight Documentation
IsLocked Property (DifferentialFormatting)


GrapeCity.Excel Namespace > DifferentialFormatting Class : IsLocked Property
Gets or sets a value indicating whether this instance is locked.
Syntax
'Declaration
 
Public Property IsLocked As System.Boolean
'Usage
 
Dim instance As DifferentialFormatting
Dim value As System.Boolean
 
instance.IsLocked = value
 
value = instance.IsLocked
public System.bool IsLocked {get; set;}

Property Value

true if this instance is locked; otherwise, false.
See Also

Reference

DifferentialFormatting Class
DifferentialFormatting Members