GrapeCity.Xaml.Excel
IsLocked Property (IDifferentialFormatting)


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

Property Value

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

Reference

IDifferentialFormatting Interface
IDifferentialFormatting Members