Click or drag to resize

mxICellInsert Method (mxICell)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the specified child into the child array 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
)
Request Example View Source

Parameters

child
Type: imbSCI.Graph.MXGraph.modelmxICell
Cell to be appended to the child array.

Return Value

Type: mxICell
Returns the appended child.
See Also