Inserts one or more columns at the specified position in the table.

 public void InsertColumns(int index, int numColumns)
Public Sub InsertColumns(ByVal index As Integer, ByVal numColumns As Integer)

The 0-based index of the first column to insert.

The number of columns to insert.

tbl.InsertColumns(2, 5);
tbl.InsertColumns(2, 5)