Contents Namespaces | Ansys.Mechanical.Interfaces Namespace | IDataTable | Print page Insert(int, IDataSeries) Insert a column at the specified index. Declaration Syntaxpublic void Insert(int columnIndex, IDataSeries dataSeries)ParameterscolumnIndex(int)The index at which the new column will be inserted.dataSeries(IDataSeries)The data series to insert. « GetRow(int) Remove(object) »