Edit

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.

  • [Api set: ExcelApi 1.9]
oneCell = "OneCell"

The object is moved with the cells.

  • [Api set: ExcelApi 1.9]
twoCell = "TwoCell"

The object is moved and sized with the cells.

  • [Api set: ExcelApi 1.9]