Click or drag to resize

ColumnCommandsShowSetColumnGroupNumberDialog Method

Sets the group number of the selected column

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

Parameters

dataTable  DataTable
The data table
selectedDataColumns  IAscendingIntegerCollection
Indices of the currently selected data column of the table
selectedPropColumns  IAscendingIntegerCollection
Indices of the currently selected property columns of the table.

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Data.ColumnCommands.ShowSetColumnGroupNumberDialog(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

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