Excel.Placement enum
Specifies the way that an object is attached to its underlying cells.
Remarks
Fields
absolute = "Absolute" | The object is free floating. |
oneCell = "OneCell" | The object is moved with the cells. |
twoCell = "TwoCell" | The object is moved and sized with the cells. |