This document is archived and information here might be outdated. Recommended version. |
Returns the index of the field in the field info object matching given the field name.
[Visual Basic .NET]
Public Function FindFieldByName ( _
ByVal FieldName As String _
) As Integer
[C#]
public int FindFieldByName (
string FieldName
);
[C++]
HRESULT FindFieldByName(
BSTR FieldName
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR