Table.ScaleProportionally Method

PowerPoint Developer Reference

Scales all cell heights and widths, font sizes, and internal margins in the table by a specified proportion.

Syntax

expression.ScaleProportionally(scale)

expression   A variable that represents a Table object.

Parameters

Name Required/Optional Data Type Description
scale Required Single The proportion to scale the table, between 0.01 and 100. For example, a scale value of 1 keeps the table layout unchanged; a value of 2 makes it twice as large; a value of 0.5 makes it half the size.

Remarks

Use the ScaleProportionally method to resize a table and maintain the text layout as close as possible to the original layout.

See Also