DataColumnCollectionAppendAllColumnsToPosition Method |
Appends data columns from DataTable src to the data in this table by copying the new data to a specified row.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AppendAllColumnsToPosition(
DataColumnCollection src,
bool ignoreNames,
int appendPosition
)
Parameters
- src DataColumnCollection
- Source table.
- ignoreNames Boolean
- If true, the data columns in this table and in src table are compared by index. If false,
the data columns in this table and in src table are compared by their name.
- appendPosition Int32
- Row number of first row where the new data is copied to.
See Also