| 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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxprotected 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
See Also