GrapeCity.Xaml.SpreadSheet.Data
IsVisible Property (Row)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Row Class : IsVisible Property
Gets or sets whether this row is visible.
Syntax
'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.
See Also

Reference

Row Class
Row Members