GrapeCity.Xaml.Excel
IsLocked Property (IExtendedFormat)


Gets or sets a value indicating whether the Lock property is true or not.
Syntax
'Declaration
 
Property IsLocked As Boolean
'Usage
 
Dim instance As IExtendedFormat
Dim value As Boolean
 
instance.IsLocked = value
 
value = instance.IsLocked
bool IsLocked {get; set;}

Property Value

true if the lock property is true; otherwise, false.
Remarks
Locking cells or hiding formulas has no effect until you protect the IExcelWorksheet instance
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExtendedFormat Interface
IExtendedFormat Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options