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