Click or drag to resize

mxICellInsert Method (mxICell, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts the specified child into the child array at the specified index and updates the parent reference of the child.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
mxICell Insert(
	mxICell child,
	int index
)
Request Example View Source

Parameters

child
Type: imbSCI.Graph.MXGraph.modelmxICell
Cell to be inserted into the child array.
index
Type: SystemInt32
Integer that specifies the index at which the child should be inserted into the child array.

Return Value

Type: mxICell
Returns the inserted child.
See Also