Removes the object from this column at the given position.

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

Syntax

C#
public Object RemoveAt(
	int position
)
Visual Basic (Declaration)
Public Function RemoveAt ( _
	position As Integer _
) As Object
Visual C++
public:
virtual Object^ RemoveAt(
	int position
) sealed

Parameters

position
Type: System..::.Int32
An index.

Return Value

Returns the removed object.

Implements

IDFColumn..::.RemoveAt(Int32)

See Also