DataTableAppendAllColumnsWithSpace Method |
Appends data columns from DataTable src to the data in this table leaving some rows free inbetween.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AppendAllColumnsWithSpace(
DataTable src,
bool ignoreNames,
int rowSpace
)
Parameters
- src DataTable
- 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.
- rowSpace Int32
- Number of rows to leave free between data in this table and newly appended data.
See Also