Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditingControl Class / FindString Method


In This Topic
    FindString Method (GcComboBoxEditingControl)
    In This Topic
    Finds all items in the list that starts with the specified string.
    Overload List
    OverloadDescription
    Finds all items in the list that starts with the specified string. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.GcComboBox)
    Finds the first item after the given index which starts with the given string. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.GcComboBox)
    Finds all items in the list that starts with the specified string based on the specific text format. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.GcComboBox)
    Finds the first item after the given index which starts with the given string based on the specific TextFormat. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.GcComboBox)
    See Also