InsertGroupShape

ShapeCollection.InsertGroupShape 方法

创建一个新的 GroupShape 并将其插入到指定索引的集合中。当新形状添加到 GroupShape 时,GroupShape 的框架大小和位置将适应内容。

public IGroupShape InsertGroupShape(int index)
参数类型描述
indexInt32要插入值的零基础索引。

返回值

创建的 GroupShape 对象。

另请参见