This document is archived and information here might be outdated. Recommended version. |
Replace a fieldmap within the mapping object
[Visual Basic .NET] Public Sub ReplaceFieldMap ( _ ByVal Index As Integer, _ ByVal pFieldMap As Object _ )
[C#] public void ReplaceFieldMap ( int Index, object pFieldMap );
[C++]
HRESULT ReplaceFieldMap(
long Index,
IDispatch* pFieldMap
);
[C++]
Parameters Index [in]
Index is a parameter of type long pFieldMap [in]
pFieldMap is a parameter of type IDispatch