Searches for the specified string among the String1 values in the collection.

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

Syntax

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

Parameters

str1
Type: System..::.String
String to find.

Return Value

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

Remarks

String comparsions are case-insensitive.

See Also