[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllString

FindAllString Method

FindAllString(string, int)

Finds the first item in the collection that starts with the specified string.

Declaration
public MatchedListItemCollection FindAllString(string s, int findTargetColumnIndex)
Public Function FindAllString(s As String, findTargetColumnIndex As Integer) As MatchedListItemCollection
Parameters
Type Name Description
string s

The string to search for.

int findTargetColumnIndex

The int value to which column index search in.

Returns
Type Description
MatchedListItemCollection

A ListItemCollection containing the matched items.