Click or drag to resize

WorksheetController(DataTable) Constructor

Initializes a new instance of the WorksheetController class for the specified table.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public WorksheetController(
	DataTable table
)

Parameters

table  DataTable
The table to show.
See Also