Click or drag to resize

mxGraphConvertValueToString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the textual representation for the given cell.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public string ConvertValueToString(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell to be converted to a string.

Return Value

Type: String
Returns the textual representation of the cell.
See Also