Name | Description | |
---|---|---|
Count | Gets the number of shapes in the collection. | |
Item | Overloaded. Gets the IShape object at the specified index. | |
SelectedShapes | Gets a IShapeRange object that represents all selected shapes. |
The following tables list the members exposed by IShapes.
Name | Description | |
---|---|---|
Count | Gets the number of shapes in the collection. | |
Item | Overloaded. Gets the IShape object at the specified index. | |
SelectedShapes | Gets a IShapeRange object that represents all selected shapes. |
Name | Description | |
---|---|---|
AddCallout | Creates a borderless line callout. | |
AddCalloutToCell | Creates a borderless line callout. | |
AddConnector | Creates a connector. | |
AddConnectorToCell | Creates a connector. | |
AddPicture | Creates a picture from an existing file. | |
AddPictureToCell | Creates a picture from an existing file. | |
AddShape | Creates a new shape. | |
AddShapeToCell | Creates a new shape. | |
AddTextEffect | Creates an IShape object that represents the new text effect object. | |
AddTextEffectToCell | Creates an IShape object that represents the new text effect object. | |
BuildFreeform | Builds a freeform object. Returns a IFreeFormBuilder object that represents the freeform as it is being built. | |
Delete | Deletes all shapes. | |
Range | Overloaded. Gets a IShapeRange object that represents all shapes in a GrapeCity.Spreadsheet.IWorksheet object. | |
SelectAll | Selects all the shapes in the specified Shapes collection. |