Shape.Adjustments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.