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#
Object RemoveAt(
	int position
)
Visual Basic (Declaration)
Function RemoveAt ( _
	position As Integer _
) As Object
Visual C++
Object^ RemoveAt(
	int position
)

Parameters

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

Return Value

Returns the removed object.

See Also