PlacementType Enum
PlacementType Enum
Represents the way the drawing object is attached to the cells below it.
type PlacementType int32
Fields
| Field | Description |
|---|---|
| FreeFloating | Don’t move or size with cells. |
| Move | Move but don’t size with cells. |
| MoveAndSize | Move and size with cells. |