Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / Locked Property


In This Topic
    Locked Property (ExcelWorkbook)
    In This Topic
    Gets or sets a value indicating whether the IExcelWorkbook instance is locked.
    Syntax
    'Declaration
     
    Public Property Locked As Boolean
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    public bool Locked {get; set;}

    Property Value

    true if locked; otherwise, false.
    See Also