The code I am using states index out of bounds
The code I am using is
Code:
 void Insert(int index)
{table.moveColumn(table.getColumnCount()-1,index);}
Help