Insert an element into the collection at the specified index
[Visual Basic .NET] |
---|
Public Sub InsertAt( _ ByVal Index As Integer, _ ByVal Event As IAgRt3EventDefinition _ ) |
[C#] |
---|
public void InsertAt( int Index, IAgRt3EventDefinition Event ); |
[Managed C++] |
---|
public: void InsertAt( int Index, IAgRt3EventDefinition ^ Event ); |
[Unmanaged C++] |
---|
public: HRESULT InsertAt( long Index, IAgRt3EventDefinition * Event ); |
[Java] |
---|
public void insertAt( int Index, IAgRt3EventDefinition Event ); |
- Index
- Event