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