[]
Finds the first item in the collection that starts with the specified string.
public MatchedListItemCollectionInfo FindAllString(string s, int findTargetColumnIndex)
Public Function FindAllString(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 index to search in. |
Type | Description |
---|---|
MatchedListItemCollectionInfo | A ListItemCollection object that contains the matched items. |