[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllStringExact

FindAllStringExact Method

FindAllStringExact(string, int)

Finds the first item in the List that matches the specified string.

Declaration
public MatchedListItemCollection FindAllStringExact(string s, int findTargetColumnIndex)
Public Function FindAllStringExact(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 MatchedListItemCollection containing the matched items.