Spread Silverlight Documentation
IsLocked Property (IExtendedFormat)


GrapeCity.Excel Namespace > IExtendedFormat Interface : IsLocked Property
Gets or sets a value indicating whether the Lock property is true or not.
Syntax
'Declaration
 
Property IsLocked As System.Boolean
'Usage
 
Dim instance As IExtendedFormat
Dim value As System.Boolean
 
instance.IsLocked = value
 
value = instance.IsLocked
System.bool IsLocked {get; set;}

Property Value

true if the lock property is true; otherwise, false.
Remarks
Locking cells or hiding formulas has no effect until you protect the IExcelWorksheet instance
See Also

Reference

IExtendedFormat Interface
IExtendedFormat Members