FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBandedView Class / GetParentBand Method

In This Topic
    GetParentBand Method
    In This Topic
    Gets bands parent.
    Syntax
    'Declaration
     
    
    Public Function GetParentBand( _
       ByVal band As IBand _
    ) As IBand
    public IBand GetParentBand( 
       IBand band
    )

    Parameters

    band

    Return Value

    Parent band
    See Also