IAltaxoProjectServiceCreateNewWorksheet(DataTable, WorksheetLayout) Method |
Creates a view content for a table.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IWorksheetController CreateNewWorksheet(
DataTable table,
WorksheetLayout layout
)
Parameters
- table DataTable
- The table which should be viewed.
- layout WorksheetLayout
- The layout for the table.
Return Value
IWorksheetControllerThe view content for the provided table.
See Also