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#
public void Insert(
	int position,
	Object obj
)
Visual Basic (Declaration)
Public Sub Insert ( _
	position As Integer, _
	obj As Object _
)
Visual C++
public:
virtual void Insert(
	int position, 
	Object^ obj
) sealed

Parameters

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

Implements

IDFColumn..::.Insert(Int32, Object)

See Also