[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindStringExact

FindStringExact Method

FindStringExact(string, int, int)

Finds the first item after the specified index that matches the specified string.

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

The string to search for.

int startIndex

The zero-based index of the item before the first item to be searched.

int findTargetColumnIndex

The int value to which column index search in.

Returns
Type Description
int

The zero-based index of the first item found; returns -1 if no match is found.