Version

ShapePositioningMode Enumeration

Represents the ways shapes will be repositioned when rows and columns are resized.
Syntax
'Declaration
 
Public Enum ShapePositioningMode 
   Inherits System.Enum
public enum ShapePositioningMode : System.Enum 
Members
MemberDescription
DontMoveOrSizeWithCellsShapes 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.
MoveAndSizeWithCellsShapes 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.
MoveWithCellsShapes 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.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also