 | DFColumnInsert Method |
Inserts an object into this column and the given position.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Insert(
int position,
Object obj
)
Public Sub Insert (
position As Integer,
obj As Object
)
public:
virtual void Insert(
int position,
Object^ obj
) sealed
abstract Insert :
position : int *
obj : Object -> unit
override Insert :
position : int *
obj : Object -> unit
Parameters
- position Int32
- An index.
- obj Object
- The object to be inserted.
Implements
IDFColumnInsert(Int32, Object)
See Also