Deletes one or more columns from the table.

 public void DeleteColumns(int startIndex, int numColumns)
Public Sub DeleteColumns(ByVal startIndex As Integer, ByVal numColumns As Integer)

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

The number of columns to delete.

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