[]
Finds the first item in the list that matches the specified string.
public MatchedListItemCollectionInfo FindAllStringExact(string s, int findTargetColumnIndex)
Public Function FindAllStringExact(s As String, findTargetColumnIndex As Integer) As MatchedListItemCollectionInfo
Type | Name | Description |
---|---|---|
string | s | The string to search for. |
int | findTargetColumnIndex | The int value of the column to search in. |
Type | Description |
---|---|
MatchedListItemCollectionInfo | A MatchedListItemCollection object that contains the matched items. |