ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / Locked Property

In This Topic
    Locked Property (XLStyle)
    In This Topic
    Gets or sets whether the cell should be locked for editing when the XLSheet is protected.
    Syntax
    'Declaration
     
    Public Property Locked As System.Boolean
    public System.bool Locked {get; set;}
    See Also