ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / WorkbookTableBandedStyle Class / Locked Property

In This Topic
    Locked Property (WorkbookTableBandedStyle)
    In This Topic
    Gets or sets a value indicating whether to lock the cells.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property Locked As Boolean
    [DefaultValue(true)]
    public bool Locked {get; set;}
    See Also