GrapeCity.Xaml.Excel
Locked Property (IExcelWorkbook)


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

Property Value

true if locked; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options