Searches for a DictionaryItem with the specified Name in the current dictionary.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
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.
 
     
     
     
     
    