C1.Win.List Namespace / C1List Class / Find Method / Find(String,MatchCompareEnum,Boolean,Int32,String) Method
The target string.
Comparation mode.
Start search from the first row.
The start row to search.
The column to search specified by the field name.

In This Topic
Find(String,MatchCompareEnum,Boolean,Int32,String) Method
In This Topic
Searches a string in a specific column.
Syntax
'Declaration
 
Public Overloads Function Find( _
   ByVal target As String, _
   ByVal searchMode As MatchCompareEnum, _
   ByVal includeStart As Boolean, _
   ByVal startBmk As Integer, _
   ByVal fieldName As String _
) As Integer
 

Parameters

target
The target string.
searchMode
Comparation mode.
includeStart
Start search from the first row.
startBmk
The start row to search.
fieldName
The column to search specified by the field name.
See Also