C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > FindRow Method : FindRow(String,Int32,Int32,Boolean,Boolean,Boolean) Method |
'Declaration
Public Overloads Overridable Function FindRow( _ ByVal strFind As String, _ ByVal rowStart As Integer, _ ByVal col As Integer, _ ByVal caseSensitive As Boolean, _ ByVal fullMatch As Boolean, _ ByVal wrap As Boolean _ ) As Integer
'Usage
Dim instance As C1FlexGridBase Dim strFind As String Dim rowStart As Integer Dim col As Integer Dim caseSensitive As Boolean Dim fullMatch As Boolean Dim wrap As Boolean Dim value As Integer value = instance.FindRow(strFind, rowStart, col, caseSensitive, fullMatch, wrap)
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2