'Declaration Public Function IndexByName( _ ByVal name As System.String _ ) As System.Integer
public System.int IndexByName( System.string name )
Parameters
- name
- The name of the DataField.
Return Value
Index of the DataField with specified name or -1 if not found.