Adjustments.Item Property
Returns or sets the specified adjustment value.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Default Property Item ( _
Index As Integer _
) As Single
Get
Set
'Usage
Dim instance As Adjustments
Dim Index As Integer
Dim value As Single
value = instance(Index)
instance(Index) = value
float this[
int Index
] { get; set; }
Parameters
Index
Type: System.Int32Required Integer. The index number of the adjustment.
Property Value
Type: System.Single
Remarks
For linear adjustments, an adjustment value of 0.0 generally corresponds to the left or top edge of the shape, and a value of 1.0 generally corresponds to the right or bottom edge of the shape. However, adjustments can pass beyond shape boundaries for some shapes. For radial adjustments, an adjustment value of 1.0 corresponds to the width of the shape. For angular adjustments, the adjustment value is specified in degrees. The Item property applies only to shapes that have adjustments.
AutoShapes, connectors, and WordArt objects can have up to eight adjustments.