Click or drag to resize

DataTableToMatrixConverter Constructor

Initializes a new instance of the DataTableToMatrixConverter class.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataTableToMatrixConverter(
	DataTable sourceTable
)

Parameters

sourceTable  DataTable
The source table. This member is mandatory. Before you call Execute, you can set the other properties of this class as you like.
Exceptions
ExceptionCondition
ArgumentNullExceptionSourceTable must not be null
See Also