Spread Silverlight Documentation
Locked Property (ExcelWorkbook)


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

Property Value

true if locked; otherwise, false.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members