Overload | Description |
---|---|
Find(Object,String) | Searches for specific value in a column. |
Find(Object,Int32,String) | Searches for specific value in a column at the specified starting index. |
Find(String,Int32,String,SearchPattern,CompareType) | Searches for a string in a column at the specified starting index. |
Find(String) | Returns the index of the comboBoxItem which would be displayed as the passed parameter. |
Find(String,SearchPattern) | Returns the index of the comboBoxItem which would be displayed as the passed parameter. |
Find(String,SearchPattern,CompareType) | Returns the index of the comboBoxItem which would be displayed as the passed parameter. |