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

In This Topic
    FindRow(String,Int32,Int32,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function FindRow( _
       ByVal str As String, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal caseSensitive As Boolean, _
       ByVal fullMatch As Boolean _
    ) As Integer

    Parameters

    str
    row
    col
    caseSensitive
    fullMatch
    See Also