The index of the field with the given name.
[Visual Basic 6.0] Function FindField(
ByVal FieldName As String _
) As Long
[Visual Basic .NET] Public Function FindField ( _ ByVal FieldName As String _ ) As Integer
[C#] public int FindField ( string FieldName );
[Java] public int findField ( String FieldName ) throws IOException, AutomationException
[C++]
HRESULT FindField(
BSTR FieldName,
long* Index
);
Parameters
FieldName [in]
FieldName is a parameter of type BSTR
Index [out, retval]
Index is a parameter of type long