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

In This Topic
    GetBand Method (C1TrueDBGrid)
    In This Topic
    Obtains the band given a column index.
    Syntax
    'Declaration
     
    Public Function GetBand( _
       ByVal columnIndex As System.Integer _
    ) As System.Integer
    public System.int GetBand( 
       System.int columnIndex
    )

    Parameters

    columnIndex
    See Also