Spread Silverlight Documentation
IsLocked Property (ExtendedFormat)


GrapeCity.Excel Namespace > ExtendedFormat Class : IsLocked Property
Gets or sets a value indicating whether the Lock property is true or not.
Syntax
'Declaration
 
Public Property IsLocked As System.Boolean
'Usage
 
Dim instance As ExtendedFormat
Dim value As System.Boolean
 
instance.IsLocked = value
 
value = instance.IsLocked
public 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

ExtendedFormat Class
ExtendedFormat Members