Click or drag to resize

IndependentAndDependentColumns(DataTable, Int32, Int32, Int32) Constructor

Initializes a new instance of the IndependentAndDependentColumns class

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IndependentAndDependentColumns(
	DataTable table,
	int groupNumber,
	int numberOfIndependentColumns,
	int numberOfDependentColumns
)

Parameters

table  DataTable

[Missing <param name="table"/> documentation for "M:Altaxo.Data.IndependentAndDependentColumns.#ctor(Altaxo.Data.DataTable,System.Int32,System.Int32,System.Int32)"]

groupNumber  Int32

[Missing <param name="groupNumber"/> documentation for "M:Altaxo.Data.IndependentAndDependentColumns.#ctor(Altaxo.Data.DataTable,System.Int32,System.Int32,System.Int32)"]

numberOfIndependentColumns  Int32

[Missing <param name="numberOfIndependentColumns"/> documentation for "M:Altaxo.Data.IndependentAndDependentColumns.#ctor(Altaxo.Data.DataTable,System.Int32,System.Int32,System.Int32)"]

numberOfDependentColumns  Int32

[Missing <param name="numberOfDependentColumns"/> documentation for "M:Altaxo.Data.IndependentAndDependentColumns.#ctor(Altaxo.Data.DataTable,System.Int32,System.Int32,System.Int32)"]

See Also