Click or drag to resize

ColumnCommandsSetColumnGroupNumber(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, Int32) Method

[Missing <summary> documentation for "M:Altaxo.Data.ColumnCommands.SetColumnGroupNumber(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,System.Int32)"]


Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void SetColumnGroupNumber(
	this DataTable dataTable,
	IAscendingIntegerCollection selectedDataColumns,
	IAscendingIntegerCollection selectedPropColumns,
	int nGroup
)

Parameters

dataTable  DataTable

[Missing <param name="dataTable"/> documentation for "M:Altaxo.Data.ColumnCommands.SetColumnGroupNumber(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,System.Int32)"]

selectedDataColumns  IAscendingIntegerCollection

[Missing <param name="selectedDataColumns"/> documentation for "M:Altaxo.Data.ColumnCommands.SetColumnGroupNumber(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,System.Int32)"]

selectedPropColumns  IAscendingIntegerCollection

[Missing <param name="selectedPropColumns"/> documentation for "M:Altaxo.Data.ColumnCommands.SetColumnGroupNumber(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,System.Int32)"]

nGroup  Int32

[Missing <param name="nGroup"/> documentation for "M:Altaxo.Data.ColumnCommands.SetColumnGroupNumber(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also