Adds a table shape to a slide.
Syntax
expression.AddTable(NumRows, NumColumns, Left, Top, Width, Height)
expression Required. An expression that returns a Shape object.
NumRows Required Long. The number of rows in the table.
NumColumns Required Long. The number of columns in the table.
Left Optional Single. The distance (in points) from the left edge of the slide to the left edge of the table.
Top Optional Single. The distance (in points) from the top edge of the slide to the top edge of the table.
Width Optional Single. The width (in points) of the new table.
Height Optional Single. The height (in points) of the new table.