DataSource.NET
InsertElement Method (subject, position)
NamespacesCaplin.DataSource.Messaging.ContainerIContainerModelInsertElement(String, Int32)
Called to indicate that you should insert an element with the given subject at the given position within the container.
Declaration Syntax
C#Visual BasicVisual C++
void InsertElement(
	string subject,
	int position
)
Sub InsertElement ( _
	subject As String, _
	position As Integer _
)
void InsertElement(
	String^ subject, 
	int position
)
Parameters
subject (String)
The subject of the element to be inserted.
position (Int32)
The position at which to insert the element. The first element in a container is at position 0.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)