PlacementType
PlacementType enumeration
Represents the way the drawing object is attached to the cells below it.
Values
| Name | Value | Description |
|---|---|---|
| FreeFloating | 0 | Don’t move or size with cells. |
| Move | 1 | Move but don’t size with cells. |
| MoveAndSize | 2 | Move and size with cells. |