Searches for the specified string among the String2 properties in the collection.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public int IndexOfStr2(
	string str2
)
Visual Basic (Declaration)
Public Function IndexOfStr2 ( _
	str2 As String _
) As Integer

Parameters

str2
Type: System..::.String
String to find.

Return Value

The index of the first occurrence of the StringPair item within the collection with the String2 value equal to the search string, if found. Otherwise -1.

Remarks

String comparsions are case-insensitive.

See Also