Click or drag to resize

WorksheetLayout(DataTable) Constructor

Initializes a new instance of the WorksheetLayout class for the specified table.

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

Parameters

table  DataTable
The table whose layout is represented.
See Also