[]
Gets whether this row is currently visible to the user.
[Browsable(false)]
public bool IsVisible { get; }
<Browsable(False)>
Public ReadOnly Property IsVisible As Boolean
This property returns true if the Visible property is set to true and the row is collapsed (IsCollapsed property returns false).