Click or drag to resize

MasterCurveCreationGetColumnsDividedIntoGroups Method

[Missing <summary> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.MasterCurveCreation.GetColumnsDividedIntoGroups(Altaxo.Data.DataTable,Altaxo.Collections.IndexSelection)"]


Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IReadOnlyList<IReadOnlyList<DataColumn?>> GetColumnsDividedIntoGroups(
	DataTable dataTable,
	IndexSelection selectedDataColumns
)

Parameters

dataTable  DataTable

[Missing <param name="dataTable"/> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.MasterCurveCreation.GetColumnsDividedIntoGroups(Altaxo.Data.DataTable,Altaxo.Collections.IndexSelection)"]

selectedDataColumns  IndexSelection

[Missing <param name="selectedDataColumns"/> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.MasterCurveCreation.GetColumnsDividedIntoGroups(Altaxo.Data.DataTable,Altaxo.Collections.IndexSelection)"]

Return Value

IReadOnlyListIReadOnlyListDataColumn

[Missing <returns> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.MasterCurveCreation.GetColumnsDividedIntoGroups(Altaxo.Data.DataTable,Altaxo.Collections.IndexSelection)"]

See Also