GrapeCity.Xaml.Excel
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 Boolean
'Usage
 
Dim instance As IExcelWorksheet
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

IExcelWorksheet Interface
IExcelWorksheet Members