Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 979 Bytes

Excel.Graphic.LockAspectRatio.md

File metadata and controls

35 lines (20 loc) · 979 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Graphic.LockAspectRatio property (Excel)
vbaxl10.chm694082
vbaxl10.chm694082
Excel.Graphic.LockAspectRatio
d38851e4-7ca6-bb1f-4b16-03fe78fae726
04/26/2019
medium

Graphic.LockAspectRatio property (Excel)

True if the specified shape retains its original proportions when you resize it. False if you can change the height and width of the shape independently of one another when you resize it. Read/write MsoTriState.

Syntax

expression.LockAspectRatio

expression A variable that represents a Graphic object.

Remarks

With msoFalse, you can change the height and width of the shape independently of one another when you resize it.

With msoTrue, the specified shape retains its original proportions when you resize it.

[!includeSupport and feedback]