SetChildVisible Method
SetChildVisible(SheetView, bool)
Sets whether to display the child view in a hierarchical display.
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 for which to set whether it is visible
|
bool |
visible |
Whether to display the child view
|