Click or drag to resize

IAltaxoProjectServiceCreateNewWorksheetInFolder Method

Creates a new table and the view content for the newly created table.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IWorksheetController CreateNewWorksheetInFolder(
	string folder
)

Parameters

folder  String
The folder where to create the worksheet. Set null for the root folder.

Return Value

IWorksheetController
The content controller for that table.
See Also