Removes an action from the collection.
[Visual Basic 6.0] Sub Remove(
ByVal nIndex As Empty _
)
[Visual Basic .NET] Public Sub Remove ( _ ByVal nIndex As Integer _ )
[C#] public void Remove ( int nIndex );
[Java] public void remove ( int nIndex ) throws IOException, AutomationException
[C++]
HRESULT Remove(
Long nIndex
);
Parameters
nIndex [in]
nIndex is a parameter of type Long