Click or drag to resize

mxCellInsert Method (mxICell, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

child
Type: imbSCI.Graph.MXGraph.modelmxICell
index
Type: SystemInt32

Return Value

Type: mxICell

Implements

mxICellInsert(mxICell, Int32)
See Also