 | DFColumnRemoveAt Method |
Removes the object from this column at the given position.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic Object RemoveAt(
int position
)
Public Function RemoveAt (
position As Integer
) As Object
public:
virtual Object^ RemoveAt(
int position
) sealed
abstract RemoveAt :
position : int -> Object
override RemoveAt :
position : int -> Object
Parameters
- position Int32
- An index.
Return Value
ObjectReturns the removed object.
Implements
IDFColumnRemoveAt(Int32)
See Also