IAltaxoProjectServiceCreateNewWorksheet(DataTable) 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
)
Parameters
- table DataTable
- The table which should be viewed.
Return Value
IWorksheetControllerThe view content for the provided table.
See Also