Void IDataTable.Insert(Int32 columnIndex, IDataSeries dataSeries)

Insert a column at the specified index.

Parameters

  • columnIndex
    Type: Int32
    The index at which the new column will be inserted.
  • dataSeries
    The data series to insert.