Click or drag to resize

DataColumnCollectionInsert(DataColumn, DataColumnCollectionDataColumnInfo, Int32) Method

Inserts multiple DataColumns into the collection at index nDestinationIndex. The caller must garantuee, that the names are not already be present!

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void Insert(
	DataColumn[] columns,
	DataColumnCollectionDataColumnInfo[] info,
	int nDestinationIndex
)

Parameters

columns  DataColumn
The array of data columns to insert.
info  DataColumnCollectionDataColumnInfo
The corresponding column information for the columns to insert.
nDestinationIndex  Int32
The index into the collection where the columns are inserted.
See Also