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