DataColumnCollectionMoveColumnsTo Method |
Moves some columns of this collection to another collection.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void MoveColumnsTo(
DataColumnCollection destination,
int destindex,
IAscendingIntegerCollection selectedColumns
)
Parameters
- destination DataColumnCollection
- The destination collection where the columns are moved to.
- destindex Int32
- The index in the destination collection where the columns are moved to.
- selectedColumns IAscendingIntegerCollection
- The indices of the column of the source collection that are moved.
See Also