Excel.Placement enum
Specifies the way that an object is attached to its underlying cells.
Remarks
[Api set: ExcelApi 1.9]
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.
|