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

ParameterTypeDescription
indexint32_tThe zero-based index at which to insert the group shape.

Return Value

The newly created IGroupShape.

See Also