'Declaration Public Overloads Function IndexOf( _ ByVal relationName As String _ ) As Integer
'Usage Dim instance As DataGridDetailDescriptionCollection Dim relationName As String Dim value As Integer value = instance.IndexOf(relationName)
public int IndexOf( string relationName )
Parameters
- relationName
- The name of the detail description whose index is to be retrieved.
Return Value
A value representing the index of the detail description.