Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetChildVisible Method
Child view to show
Whether to make it visible when parent row is expanded


In This Topic
SetChildVisible Method
In This Topic
Sets whether to make the child view on this sheet visible when the parent row is expanded.
Syntax
'Declaration
 
Public Sub SetChildVisible( _
   ByVal child As SheetView, _
   ByVal visible 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
See Also