Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 869 Bytes

PowerPoint.Shape.Table.md

File metadata and controls

46 lines (26 loc) · 869 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Shape.Table property (PowerPoint)
vbapp10.chm547060
vbapp10.chm547060
PowerPoint.Shape.Table
cc57c50b-8c88-d863-31d2-a758eff5359f
06/08/2017
medium

Shape.Table property (PowerPoint)

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

Shape Object

[!includeSupport and feedback]