Click or drag to resize

TablePlusLayout(DataTable, WorksheetLayout) Constructor

Constructor.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TablePlusLayout(
	DataTable table,
	WorksheetLayout layout
)

Parameters

table  DataTable
The table.
layout  WorksheetLayout
The layout of the table.
See Also