This document is archived and information here might be outdated. Recommended version. |
Finds the index of the field with the alias name in the fields collection.
[Visual Basic .NET]
Public Function FindFieldByAliasName ( _
ByVal Name As String _
) As Integer
[C#]
public int FindFieldByAliasName (
string Name
);
[C++]
HRESULT FindFieldByAliasName(
BSTR Name
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR
If no field is found, this method returns -1.