GrapeCity.Xaml.Excel
IsLocked Property (ExtendedFormat)


Gets or sets a value indicating whether the Lock property is true or not.
Syntax
'Declaration
 
Public Property IsLocked As Boolean
'Usage
 
Dim instance As ExtendedFormat
Dim value As Boolean
 
instance.IsLocked = value
 
value = instance.IsLocked
public 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

ExtendedFormat Class
ExtendedFormat Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options