Adds a specified number of columns to the horizontal end of the table.

 public void AddColumns(int numColumns)
Public Sub AddColumns(ByVal numColumns As Integer)

The number of columns to add to the table.

tbl.AddColumns(4);
tbl.AddColumns(4)