IShape.LockAspectRatio Property

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property LockAspectRatio As MsoTriState
    Get
    Set
'Usage
Dim instance As IShape
Dim value As MsoTriState

value = instance.LockAspectRatio

instance.LockAspectRatio = value
MsoTriState LockAspectRatio { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

See Also

Reference

IShape Interface

IShape Members

Microsoft.Office.Interop.Excel Namespace