Version

PositioningMode Property

Gets or sets the way shapes will be repositioned in excel when cells before or within the shape are resized.
Syntax
'Declaration
 
Public Property PositioningMode As ShapePositioningMode
public ShapePositioningMode PositioningMode {get; set;}

Property Value

The way shapes will be repositioned in excel when cells before or within the shape are resized.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value assigned is not defined in the ShapePositioningMode enumeration.
Remarks

This value will not be saved for shapes contained in a WorksheetShapeGroup, which inherit their positioning mode from their parent group.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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