Gets a value indicating whether the row is visible. The row could be collapsed either because the
IsVisible was set to false or the
Parent is collapsed.
public bool ActualVisible {get;}
'Declaration
Public ReadOnly Property ActualVisible As Boolean
'Usage
Dim instance As GridRow
Dim value As Boolean
value = instance.ActualVisible