Click or drag to resize

IAltaxoProjectServiceCreateNewWorksheet(DataTable, WorksheetLayout) Method

Creates a view content for a table.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IWorksheetController CreateNewWorksheet(
	DataTable table,
	WorksheetLayout layout
)

Parameters

table  DataTable
The table which should be viewed.
layout  WorksheetLayout
The layout for the table.

Return Value

IWorksheetController
The view content for the provided table.
See Also