com.grapecity.documents.excel.drawing Package / IShapes Interface / get Method / get(int) Method
Required int. The index number for the object.
In This Topic
get(int) Method
In This Topic
Returns a single object from a collection.
Syntax
IShape get( 
   int index
)

Parameters

index
Required int. The index number for the object.
See Also