Click or drag to resize

DFColumnRemoveAt Method

Removes the object from this column at the given position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object RemoveAt(
	int position
)

Parameters

position  Int32
An index.

Return Value

Object
Returns the removed object.

Implements

IDFColumnRemoveAt(Int32)
See Also