| Visual Basic (Declaration) | |
|---|---|
Public Property PositioningMode As ShapePositioningMode | |
| C# | |
|---|---|
public ShapePositioningMode PositioningMode {get; set;} | |
Property Value
The way shapes will be repositioned in excel when cells before or within the shape are resized.| Exception | Description |
|---|---|
| The value assigned is not defined in the enumeration. |
This value will not be saved for shapes contained in a WorksheetShapeGroup, which inherit their positioning mode from their parent group.