Click or drag to resize

IDataPreviewViewSetTableSource Method

Sets the table source to preview.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetTableSource(
	DataTable table
)

Parameters

table  DataTable
The table to preview.
See Also