Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 904 Bytes

PowerPoint.ShapeRange.Table.md

File metadata and controls

46 lines (26 loc) · 904 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ShapeRange.Table property (PowerPoint)
vbapp10.chm548069
vbapp10.chm548069
PowerPoint.ShapeRange.Table
2ab10bd4-071a-8e84-cf46-1687e6661bb8
06/08/2017
medium

ShapeRange.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 ShapeRange 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

ShapeRange Object

[!includeSupport and feedback]