'Declaration
Public Function FindAllStringExact( _ ByVal s As String, _ ByVal findTargetColumnIndex As Integer _ ) As MatchedListItemCollection
'Usage
Dim instance As ListItemCollection Dim s As String Dim findTargetColumnIndex As Integer Dim value As MatchedListItemCollection value = instance.FindAllStringExact(s, findTargetColumnIndex)
public MatchedListItemCollection FindAllStringExact( string s, int findTargetColumnIndex )
Parameters
- s
- The System.String to search for.
- findTargetColumnIndex
- The System.Int32 value to which column index search in.
Return Value
A MatchedListItemCollection containing the matched items.