Excel for WinRT
Locked Property (XLStyle)


Gets or sets whether the cell should be locked for editing when the XLSheet is protected.
Syntax
'Declaration
 
Public Property Locked As System.Boolean
'Usage
 
Dim instance As XLStyle
Dim value As System.Boolean
 
instance.Locked = value
 
value = instance.Locked
public System.bool Locked {get; set;}
See Also

Reference

XLStyle Class
XLStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback