'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
'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
public int FindRow( string str, int row, int col, bool caseSensitive, bool fullMatch )
C1FlexGridClassic Class C1FlexGridClassic Members Overload List