GrapeCity.Xaml.SpreadSheet.Data
Protect Property (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : Protect Property
Gets or sets whether this workbook is protected.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Protect As Boolean
'Usage
 
Dim instance As Workbook
Dim value As Boolean
 
instance.Protect = value
 
value = instance.Protect
[DefaultValue()]
public bool Protect {get; set;}
See Also

Reference

Workbook Class
Workbook Members