Dela via


ComboBox.FindString Method (2007 System)

Include Protected Members
Include Inherited Members

Returns the index of the first item in the ComboBox that starts with the specified string.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

FindString(String)

Returns the index of the first item in the ComboBox that starts with the specified string. (Inherited from ComboBox.)

Public method

FindString(String, Int32)

Returns the index of the first item in the ComboBox beyond the specified index that contains the specified string. The search is not case sensitive. (Inherited from ComboBox.)

Top

See Also

Reference

ComboBox Class

ComboBox Members

Microsoft.Office.Tools.Excel.Controls Namespace