Name | Description | |
---|---|---|
Count | Returns the number of objects in the collection. | |
Item | Overloaded. Returns a single object from a collection. |
The following tables list the members exposed by IShapes.
Name | Description | |
---|---|---|
Count | Returns the number of objects in the collection. | |
Item | Overloaded. Returns a single object from a collection. |
Name | Description | |
---|---|---|
AddChart | Creates a chart at the specified location on the active sheet. | |
AddChartInPixel | Creates a chart at the specified location on the active sheet. | |
AddConnector | Creates a connector. Returns the IShape object that represents the new connector. | |
AddConnectorInPixel | Creates a connector. Returns the IShape object that represents the new connector. | |
AddPicture | Overloaded. Creates a picture from an existing file. Returns the IShape object that represents the new picture. | |
AddPictureInPixel | Overloaded. Creates a picture from an existing file. Returns the IShape object that represents the new picture. | |
AddShape | Returns the IShape object that represents the new AutoShape in a worksheet. | |
AddShapeInPixel | Returns the IShape object that represents the new AutoShape in a worksheet. | |
GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IShape>) |