Searches for a DictionaryItem with the specified Name in the current dictionary.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int IndexOfName(
	string name
)
Visual Basic
Public Function IndexOfName ( _
	name As String _
) As Integer

Parameters

name
Type: System..::..String
The name to search for.

Return Value

The index of the item that was found, or -1.

See Also