SetChildVisible Method
SetChildVisible(SheetView, bool)
Sets whether to make the child view on this sheet visible when the parent row is expanded.
Declaration
public void SetChildVisible(SheetView child, bool visible)
Public Sub SetChildVisible(child As SheetView, visible As Boolean)
Parameters
Type |
Name |
Description |
SheetView |
child |
Child view to show
|
bool |
visible |
Whether to make it visible when parent row is expanded
|