Click or drag to resize

SingleColumnChoiceControllerAddAllTableNodes Method

Adds all table nodes below the specified table collection node.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddAllTableNodes(
	NGTreeNode tableCollectionNode
)

Parameters

tableCollectionNode  NGTreeNode
The table collection node.
See Also