Inserts an object into this column and the given position.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
void Insert(
	int position,
	Object obj
)
Visual Basic (Declaration)
Sub Insert ( _
	position As Integer, _
	obj As Object _
)
Visual C++
void Insert(
	int position, 
	Object^ obj
)

Parameters

position
Type: System..::.Int32
An index.
obj
Type: System..::.Object
The object to be inserted.

See Also