Table Property

Microsoft PowerPoint Visual Basic

Returns a Table object that represents a table in a shape or in a shape range. Read-only.

Example

This example sets the width of the first column in the table in shape five on the second slide to 80 points.

ActivePresentation.Slides(2).Shapes(5).Table _
 
				  .Columns(1).Width = 80