Shape.Placement Property
Returns or sets the way the object is attached to the cells below it. Read/write XlPlacement.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Placement As XlPlacement
Get
Set
'Usage
Dim instance As Shape
Dim value As XlPlacement
value = instance.Placement
instance.Placement = value
XlPlacement Placement { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlPlacement