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

In This Topic
    Locked Property (XLTextShape)
    In This Topic
    Gets or sets a locked of this XLTextShape.
    Syntax
    'Declaration
     
    Public Property Locked As System.Boolean
    public System.bool Locked {get; set;}
    See Also