Click or drag to resize

IDFColumnInsert Method

Inserts an object into this column and the given position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
void Insert(
	int position,
	Object obj
)

Parameters

position  Int32
An index.
obj  Object
The object to be inserted.
See Also