DataColumnCollectionSetColumnGroup Method |
Sets the group number of the column with the given column number
.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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