Click or drag to resize

WindowCommandsGetAllTables Method

Adds all tables in the current project to the specified collection.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void GetAllTables(
	ArrayList arr
)

Parameters

arr  ArrayList
The collection to fill.
See Also