Placement Property (Shape)
Gets or sets an
Placement value that represents the way the shape is attached to the cells below it.
public override Placement Placement {get; set;}
'Declaration
Public Overrides Property Placement As Placement
'Usage
Dim instance As Shape
Dim value As Placement
instance.Placement = value
value = instance.Placement
Property Value
The way the shape is attached to the cells below it.