Enum PlacementType

PlacementType enumeration

Represents the way the drawing object is attached to the cells below it.

public enum PlacementType

Values

NameValueDescription
FreeFloating0Don’t move or size with cells.
Move1Move but don’t size with cells.
MoveAndSize2Move and size with cells.

See Also