FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / FindRow Method / FindRow(String,Int32,Int32) Method

In This Topic
    FindRow(String,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function FindRow( _
       ByVal str As String, _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Integer
    public int FindRow( 
       string str,
       int row,
       int col
    )

    Parameters

    str
    row
    col
    See Also