[]
Specifies the way an object is attached to its underlying cells.
public enum Placement
FreeFloating = 2
Specifies that an object is free floating.
Move = 1
Specifies that an object is moved with the cells.
MoveAndSize = 0
Specifies that an object is moved and sized with the cells.