FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBandedView Class / FindBandPos Method
Specified band to find position.

In This Topic
    FindBandPos Method
    In This Topic
    Returns the band row and column position in the grid.
    Syntax
    'Declaration
     
    
    Public Function FindBandPos( _
       ByVal band As IBand _
    ) As Nullable(Of Point)
    public Nullable<Point> FindBandPos( 
       IBand band
    )

    Parameters

    band
    Specified band to find position.
    See Also