Click or drag to resize

DataPreviewController Constructor

Initializes a new instance of the DataPreviewController class.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DataPreviewController(
	DataTable dt
)

Parameters

dt  DataTable
The table to preview.
See Also