'Declaration Public Function IndexByName( _ ByVal name As System.String _ ) As System.Integer
public System.int IndexByName( System.string name )
Parameters
- name
- The name of element.
Return Value
The zero-based index of element with specified name or -1 if name not specified.