ShapeCollection Class Members
In This Topic
The following tables list the members exposed by ShapeCollection.
Public Properties
| Name | Description |
 | Count | Gets count items in collection. |
 | Item | Gets the XLShape object at the specified position in the collection. |
 | Sheet | Gets the Sheet object that owns the collection. |
Top
Public Methods
| Name | Description |
 | Add | Appends an XLShape object to the collection. |
 | Contains | Overloaded. Checks whether the collection contains a specific XLShape object. |
 | IndexOf | Overloaded. Gets the position of an XLShape object in the collection. |
 | Insert | Inserts an XLShape object at a specific position in the collection. |
 | Remove | Overloaded. Removes an XLShape object from the collection. |
Top
See Also