Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.
ActivePresentation.Slides(2).Shapes(5).Table.Columns(1).Width = 80
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.