Click or drag to resize

IAltaxoProjectServiceOpenOrCreateWorksheetForTable Method

Opens a view that shows the table
C#
table
. If no view for the table can be found, a new default view is created for the table.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Object OpenOrCreateWorksheetForTable(
	DataTable table
)

Parameters

table  DataTable
The table for which a view must be found.

Return Value

Object
The view content for the provided table.
Remarks
The returned object is usually a MVC controller that is the controller for that table.
See Also