'Declaration <DefaultValueAttribute()> Public Property Visible As Boolean
'Usage Dim instance As Worksheet Dim value As Boolean instance.Visible = value value = instance.Visible
[DefaultValue()] public bool Visible {get; set;}
Property Value
true
if the sheet is visible; otherwise, false
.