Adds a specified number of rows to the vertical end of the table.

 public void AddRows(int numRows)
Public Sub AddRows(ByVal numRows As Integer)

The number of rows to add to the table.

tbl.AddRows(4);
tbl.AddRows(4)