Click or drag to resize

AltaxoDocumentCreateNewTableLayout Method

Creates a new worksheet layout for the specified table and adds it to the project.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public WorksheetLayout CreateNewTableLayout(
	DataTable table
)

Parameters

table  DataTable
The table for which the layout is created.

Return Value

WorksheetLayout
The newly created worksheet layout.
See Also