[Visual Basic 6.0] Sub Insert(
ByVal Index As Long, _
ByVal pGPValue As IGPValue _
)
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal pGPValue As IGPValue _ )
[C#] public void Insert ( int Index, IGPValue pGPValue );
[Java] public void insert ( int Index, IGPValue pGPValue ) throws IOException, AutomationException
[C++] HRESULT Insert( long Index, IGPValue* pGPValue );
Parameters
Index [in]
Index is a parameter of type long
pGPValue [in]
pGPValue is a parameter of type IGPValue