IAltaxoProjectServiceCreateNewWorksheetInFolder Method |
Creates a new table and the view content for the newly created table.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IWorksheetController CreateNewWorksheetInFolder(
string folder
)
Parameters
- folder String
- The folder where to create the worksheet. Set null for the root folder.
Return Value
IWorksheetControllerThe content controller for that table.
See Also