Excel for WinRT
Item Property (ShapeCollection)


Gets the XLShape object at the specified position in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As XLShape
'Usage
 
Dim instance As ShapeCollection
Dim index As System.Integer
Dim value As XLShape
 
value = instance.Item(index)
public XLShape this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

ShapeCollection Class
ShapeCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback