DataColumnCollectionAppendCopiedColumnFrom Method |
Appends a cloned column from another DataColumnCollection to this collection.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int AppendCopiedColumnFrom(
DataColumnCollection from,
int idx,
bool doCopyData,
bool doCopyProperties
)
Parameters
- from DataColumnCollection
- The DataColumnCollection to copy from.
- idx Int32
- Index of the source column to clone and then append.
- doCopyData Boolean
- If true, the original source column data a preserved. Otherwise, the column will be cleared after cloning.
- doCopyProperties Boolean
- If true, the column script will be cloned too.
Return Value
Int32The index of the newly appended column.
See Also