GrapeCity.Xaml.Excel
IsLocked Property (IExcelWorksheet)


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

Property Value

true if this instance is locked; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options