This document is archived and information here might be outdated. Recommended version. |
The field at the specified position.
[Visual Basic .NET] Public Sub set_Field ( _ ByVal Index As Integer, _ ByVal A_2 As IField _ )
[C#] public void set_Field ( int Index, IField A_2 );
[C++]
HRESULT putref_Field(
long Index,
IField*
);
[C++] Parameters Index [in]
Index is a parameter of type long [in]
is a parameter of type IField*