Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / Protect Property


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