Click or drag to resize

DataTableCollection Constructor

Initializes a new instance of the DataTableCollection class.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DataTableCollection(
	AltaxoDocument parent
)

Parameters

parent  AltaxoDocument
The parent document.
See Also