Click or drag to resize

ColumnCommandsShowSetColumnGroupNumberDialog Method

Shows a dialog for setting the group number of the selected columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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 columns of the table.
selectedPropColumns  IAscendingIntegerCollection
Indices of the currently selected property columns of the table.

Return Value

Boolean
true if the group number was changed; otherwise, false.

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