C1.Win.Input.MultiColumnCombo Namespace / C1MultiColumnCombo Class / FindString Method / FindString(String,Int32,Int32,Boolean,Boolean) Method

In This Topic
FindString(String,Int32,Int32,Boolean,Boolean) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function FindString( _
   ByVal value As String, _
   Optional ByVal startIndex As Integer, _
   Optional ByVal columnIndex As Integer, _
   Optional ByVal caseSensitive As Boolean, _
   Optional ByVal fullMatch As Boolean _
) As Integer
 

Parameters

value
startIndex
columnIndex
caseSensitive
fullMatch
See Also