DataTableChangeColumnPosition Method |
Moves the selected columns along with their corresponding property values to a new position.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ChangeColumnPosition(
IAscendingIntegerCollection selectedIndices,
int newPosition
)
Parameters
- selectedIndices IAscendingIntegerCollection
- The indices of the columns to move.
- newPosition Int32
- The index of the new position where the columns are moved to.
See Also