Spread Silverlight Documentation
IsLocked Property (IExcelWorksheet)


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

Property Value

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

Reference

IExcelWorksheet Interface
IExcelWorksheet Members