InsertGroupShape()
IShapeCollection::InsertGroupShape(int32_t) method
Creates a new empty group shape and inserts it to the shape collection at the specified index. The group\u2019s frame will automatically adjust to fit any shapes added to it.
virtual System::SharedPtr<IGroupShape> Aspose::Slides::IShapeCollection::InsertGroupShape(int32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which to insert the group shape. |
Return Value
The newly created IGroupShape.
See Also
- Typedef SharedPtr
- Class IGroupShape
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides