[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.C1MultiColumnCombo.FindString

FindString Method

FindString(string, int, int, bool, bool)

Declaration
public int FindString(string value, int startIndex = 0, int columnIndex = -1, bool caseSensitive = false, bool fullMatch = false)
Public Function FindString(value As String, Optional startIndex As Integer = 0, Optional columnIndex As Integer = -1, Optional caseSensitive As Boolean = False, Optional fullMatch As Boolean = False) As Integer
Parameters
Type Name Description
string value
int startIndex
int columnIndex
bool caseSensitive
bool fullMatch
Returns
Type Description
int

FindString(string, int, string, bool, bool)

Declaration
public int FindString(string value, int startIndex = 0, string columnName = "", bool caseSensitive = false, bool fullMatch = false)
Public Function FindString(value As String, Optional startIndex As Integer = 0, Optional columnName As String = "", Optional caseSensitive As Boolean = False, Optional fullMatch As Boolean = False) As Integer
Parameters
Type Name Description
string value
int startIndex
string columnName
bool caseSensitive
bool fullMatch
Returns
Type Description
int