'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;}
'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;}