Click or drag to resize

mxGraphModelSetCollapsed Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
see com.mxgraph.mxIGraphModel.SetCollapsed(Object, bool)

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool SetCollapsed(
	Object cell,
	bool collapsed
)
Request Example View Source

Parameters

cell
Type: SystemObject
collapsed
Type: SystemBoolean

Return Value

Type: Boolean

Implements

mxIGraphModelSetCollapsed(Object, Boolean)
See Also