True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / RowExpanded Method

In This Topic
    RowExpanded Method (C1TrueDBGrid)
    In This Topic
    Obtains the expanded state of a band for a hierarchical grid.
    Syntax
    'Declaration
     
    Public Function RowExpanded( _
       ByVal band As System.Integer _
    ) As System.Boolean
    public System.bool RowExpanded( 
       System.int band
    )

    Parameters

    band
    See Also