Infragistics(R) NetAdvantage(R) WPF
PositioningMode Property
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > WorksheetShape Class : PositioningMode Property

Gets or sets the way shapes will be repositioned in excel when cells before or within the shape are resized.

Syntax

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.

Exceptions

ExceptionDescription
System.ComponentModel.InvalidEnumArgumentException The value assigned is not defined in the enumeration.

Remarks

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

See Also