[]
        
(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)
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)
Parameters
Type Name Description
string value
int startIndex
string columnName
bool caseSensitive
bool fullMatch
Returns
Type Description
int