Sets whether to make the child view on this sheet visible when the parent row is expanded.
'Declaration
Public Sub SetChildVisible( _
ByVal As SheetView, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim child As SheetView
Dim visible As Boolean
instance.SetChildVisible(child, visible)
Parameters
- child
- Child view to show
- visible
- Whether to make it visible when parent row is expanded