_OLEObject.Placement Property

Definition

Returns or sets the way the object is attached to the cells below it. Read/write Object.

public:
 property System::Object ^ Placement { System::Object ^ get(); void set(System::Object ^ value); };
public object Placement { get; set; }
Public Property Placement As Object

Property Value

Remarks

Use one of the following constants:

xlFreeFloating

xlMove

xlMoveAndSize

Applies to