FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBandedView Class / FindBand Method
Row index of the specified cell.
Col index of the specified cell.

In This Topic
    FindBand Method
    In This Topic
    Returns the band corresponding to the specified cell.
    Syntax
    'Declaration
     
    
    Public Function FindBand( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As IBand
    public IBand FindBand( 
       int row,
       int col
    )

    Parameters

    row
    Row index of the specified cell.
    col
    Col index of the specified cell.
    See Also