GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeAdjustHandles Interface / Item Property
The index of the adjustment value.


In This Topic
Item Property (IShapeAdjustHandles)
In This Topic
Gets the ShapeAdjustHandle object at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ShapeAdjustHandle
 
'Usage
 
Dim instance As IShapeAdjustHandles
Dim index As Integer
Dim value As ShapeAdjustHandle
 
value = instance.Item(index)

Parameters

index
The index of the adjustment value.

Property Value

The ShapeAdjustHandle object at the specified index.
See Also