Click or drag to resize

SingleColumnChoiceControllerAddAllTableNodes Method

Adds all table nodes to the specified tree node.

Namespace: Altaxo.Gui.Worksheet
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 table collection.
See Also