Table.ScaleProportionally method (PowerPoint)
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
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.