Click or drag to resize

DataTableTransposeDataSource(DataTableTransposeDataSource) Constructor

Initializes a new instance of the ExpandCyclingVariableColumnDataSource class.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataTableTransposeDataSource(
	DataTableTransposeDataSource from
)

Parameters

from  DataTableTransposeDataSource
Another instance to copy from.
See Also