Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / Protect Property


In This Topic
    Protect Property (Workbook)
    In This Topic
    Gets or sets whether this workbook is protected.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property Protect As Boolean
    'Usage
     
    Dim instance As Workbook
    Dim value As Boolean
     
    instance.Protect = value
     
    value = instance.Protect
    [DefaultValue(false)]
    public bool Protect {get; set;}
    See Also