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