C1.Win.C1List Namespace / C1Combo Class / FindStringExact Method / FindStringExact(String,Int32) Method

In This Topic
FindStringExact(String,Int32) Method
In This Topic
Finds the first row index after startIndex such that the cell text is exactly same with string s in the column specified by the DisplayMember property.
Syntax
'Declaration
 
Public Overloads Function FindStringExact( _
   ByVal s As String, _
   ByVal startIndex As Integer _
) As Integer
 

Parameters

s
startIndex
See Also