This document is archived and information here might be outdated. Recommended version. |
The index of the desired field.
[Visual Basic .NET]
Public Function get_FindField ( _
ByVal strtofind As String _
) As Integer
[C#]
public int get_FindField (
string strtofind
);
[C++]
HRESULT get_FindField(
BSTR strtofind,
System.Int32* index
);
[C++] Parameters strtofind [in]
strtofind is a parameter of type BSTR index [out, retval]
index is a parameter of type long*