Shape.Adjustments Property

Definition

Returns an Adjustments object that contains adjustment values for all the adjustments in the specified shape. Read-only.

public:
 property Microsoft::Office::Interop::Excel::Adjustments ^ Adjustments { Microsoft::Office::Interop::Excel::Adjustments ^ get(); };
public Microsoft.Office.Interop.Excel.Adjustments Adjustments { get; }
Public ReadOnly Property Adjustments As Adjustments

Property Value

Remarks

This property applies to any Shape or ShapeRange object that represents an AutoShape, WordArt, or a connector.

Applies to