Click or drag to resize

WorksheetLayout(DataTable, Boolean) Constructor

Initializes a new instance of the WorksheetLayout class.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected WorksheetLayout(
	DataTable table,
	bool isTableNullAllowed
)

Parameters

table  DataTable
The table whose layout is represented.
isTableNullAllowed  Boolean
If set to , a table is allowed.
See Also