Finds the index of the object with the specified name in the collection.
Namespace:
C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public int IndexByName( string name ) |
| Visual Basic |
|---|
Public Function IndexByName ( _ name As String _ ) As Integer |
Parameters
- name
- Type: System..::..String
The name to search for.