ShapePositioningMode
Represents the ways shapes will be repositioned when rows and columns are resized.
Enumeration Members
Section titled "Enumeration Members"DontMoveOrSizeWithCells
Section titled "DontMoveOrSizeWithCells"Shapes will not move or size with the cells. The shape will remain in its absolute pixel position of the worksheet, regardless the rows and columns resized before or inside it.
DontMoveOrSizeWithCells = 3 MoveAndSizeWithCells
Section titled "MoveAndSizeWithCells"Shapes will move and size with the cells. If columns before (or rows above) the shape are expanded, the shape will shift left. If columns within a shape are expanded, the shape will be widened.
MoveAndSizeWithCells = 0 MoveWithCells
Section titled "MoveWithCells"Shapes will move but not size with the cells. If columns before (or rows above) the shape are expanded, the shape will shift left. If columns within a shape are expanded, the shape will not be widened.
MoveWithCells = 2