GrapeCity.Xaml.Excel
Locked Property (ExcelWorkbook)


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

Property Value

true if locked; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options