Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetChildVisible Method
Child view to show


In This Topic
    GetChildVisible Method
    In This Topic
    Gets whether to show the child view on this sheet when the parent row is expanded.
    Syntax
    'Declaration
     
    
    Public Function GetChildVisible( _
       ByVal child As SheetView _
    ) As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim child As SheetView
    Dim value As Boolean
     
    value = instance.GetChildVisible(child)
    public bool GetChildVisible( 
       SheetView child
    )

    Parameters

    child
    Child view to show
    See Also