Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Style Class / Locked Property

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