Click or drag to resize

SingleColumnChoiceControllerAddAllTableNodes Method

Adds all table-folder nodes to the supplied tree node.

Namespace: Altaxo.Gui.Main
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 tree node representing the root collection.
See Also