Click or drag to resize

DataColumnCollectionSetColumnGroup Method

Sets the group number of the column with the given column number
C#
idx
.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetColumnGroup(
	int idx,
	int groupNumber
)

Parameters

idx  Int32
The column number of the column.
groupNumber  Int32
The group number to set for this column.
See Also