Shape.Table Property
PowerPoint Developer Reference |
Returns a Table object that represents a table in a shape or in a shape range. Read-only.
Syntax
expression.Table
expression A variable that represents a Shape object.
Return Value
Table
Example
This example sets the width of the first column in the table in shape five on the second slide to 80 points.
Visual Basic for Applications |
---|
|
See Also