Version

PositioningMode Property

Gets or sets the way shapes will be repositioned in excel when cells before or within the shape are resized.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also